diff --git a/airbyte-integrations/connectors/source-postgres-heroku/Dockerfile b/airbyte-integrations/connectors/source-postgres-heroku/Dockerfile index 9daad11aa682..614452820e82 100644 --- a/airbyte-integrations/connectors/source-postgres-heroku/Dockerfile +++ b/airbyte-integrations/connectors/source-postgres-heroku/Dockerfile @@ -1,7 +1,7 @@ ARG AIRBYTE_TO_FLOW_TAG="dev" FROM ghcr.io/estuary/airbyte-to-flow:$AIRBYTE_TO_FLOW_TAG as airbyte-to-flow -FROM airbyte/source-postgres:2.0.33 +FROM airbyte/source-postgres:3.0.2 COPY --from=airbyte-to-flow /airbyte-to-flow ./ ENTRYPOINT ["/airbyte/airbyte-to-flow", "--connector-entrypoint", "/airbyte/base.sh"] diff --git a/airbyte-integrations/connectors/source-postgres-heroku/spec.patch.json b/airbyte-integrations/connectors/source-postgres-heroku/spec.patch.json index 5c1edf822d3f..951f6fdf7527 100644 --- a/airbyte-integrations/connectors/source-postgres-heroku/spec.patch.json +++ b/airbyte-integrations/connectors/source-postgres-heroku/spec.patch.json @@ -6,12 +6,12 @@ "properties": { "method": { "type": "string", - "default": "Standard", - "const": "Standard" + "default": "Xmin", + "const": "Xmin" } }, "default": { - "method": "Standard" + "method": "Xmin" } }, "jdbc_url_params": { @@ -94,7 +94,6 @@ }, "client_certificate": { "airbyte_secret": true, - "always_show": true, "description": "Client certificate", "multiline": true, "order": 2, @@ -103,7 +102,6 @@ }, "client_key": { "airbyte_secret": true, - "always_show": true, "description": "Client key", "multiline": true, "order": 3, @@ -143,7 +141,6 @@ }, "client_certificate": { "airbyte_secret": true, - "always_show": true, "description": "Client certificate", "multiline": true, "order": 2, @@ -152,7 +149,6 @@ }, "client_key": { "airbyte_secret": true, - "always_show": true, "description": "Client key", "multiline": true, "order": 3,