Skip to content

Commit cece236

Browse files
committed
Add getExternalDocumentationLink
1 parent 0249aec commit cece236

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

postgresql-plugin/src/main/java/io/cdap/plugin/postgres/PostgresSource.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ protected Class<? extends DBWritable> getDBRecordType() {
7777
return PostgresDBRecord.class;
7878
}
7979

80+
@Override
81+
protected String getExternalDocumentationLink() {
82+
return DBUtils.POSTGRES_SUPPORTED_DOC_URL;
83+
}
84+
8085
@Override
8186
protected LineageRecorder getLineageRecorder(BatchSourceContext context) {
8287
String fqn = DBUtils.constructFQN("postgres",

0 commit comments

Comments
 (0)