Skip to content

Commit

Permalink
Add getExternalDocumentationLink
Browse files Browse the repository at this point in the history
  • Loading branch information
psainics committed Dec 18, 2024
1 parent 0249aec commit cece236
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ protected Class<? extends DBWritable> getDBRecordType() {
return PostgresDBRecord.class;
}

@Override
protected String getExternalDocumentationLink() {
return DBUtils.POSTGRES_SUPPORTED_DOC_URL;
}

@Override
protected LineageRecorder getLineageRecorder(BatchSourceContext context) {
String fqn = DBUtils.constructFQN("postgres",
Expand Down

0 comments on commit cece236

Please sign in to comment.