From cece236ed0698d6b136be75eb1cdd5fb646d2179 Mon Sep 17 00:00:00 2001 From: psainics Date: Wed, 18 Dec 2024 11:17:52 +0530 Subject: [PATCH] Add getExternalDocumentationLink --- .../main/java/io/cdap/plugin/postgres/PostgresSource.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/postgresql-plugin/src/main/java/io/cdap/plugin/postgres/PostgresSource.java b/postgresql-plugin/src/main/java/io/cdap/plugin/postgres/PostgresSource.java index b2a4d70a..8e3c091f 100644 --- a/postgresql-plugin/src/main/java/io/cdap/plugin/postgres/PostgresSource.java +++ b/postgresql-plugin/src/main/java/io/cdap/plugin/postgres/PostgresSource.java @@ -77,6 +77,11 @@ protected Class 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",