We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0249aec commit cece236Copy full SHA for cece236
postgresql-plugin/src/main/java/io/cdap/plugin/postgres/PostgresSource.java
@@ -77,6 +77,11 @@ protected Class<? extends DBWritable> getDBRecordType() {
77
return PostgresDBRecord.class;
78
}
79
80
+ @Override
81
+ protected String getExternalDocumentationLink() {
82
+ return DBUtils.POSTGRES_SUPPORTED_DOC_URL;
83
+ }
84
+
85
@Override
86
protected LineageRecorder getLineageRecorder(BatchSourceContext context) {
87
String fqn = DBUtils.constructFQN("postgres",
0 commit comments