From 70249d4b520fa0ce1c4dd565221fd138388e3260 Mon Sep 17 00:00:00 2001 From: Liren Tu Date: Mon, 23 May 2022 15:34:55 -0700 Subject: [PATCH] Update postgres spec to 0.3.19 --- .../init/src/main/resources/seed/destination_specs.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/airbyte-config/init/src/main/resources/seed/destination_specs.yaml b/airbyte-config/init/src/main/resources/seed/destination_specs.yaml index 64f46974def4c..c874df17c0e3f 100644 --- a/airbyte-config/init/src/main/resources/seed/destination_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/destination_specs.yaml @@ -3259,6 +3259,13 @@ type: "boolean" default: false order: 6 + jdbc_url_params: + description: "Additional properties to pass to the JDBC URL string when\ + \ connecting to the database formatted as 'key=value' pairs separated\ + \ by the symbol '&'. (example: key1=value1&key2=value2&key3=value3)." + title: "JDBC URL Params" + type: "string" + order: 7 tunnel_method: type: "object" title: "SSH Tunnel Method"