diff --git a/airbyte-integrations/connectors/destination-postgres/metadata.yaml b/airbyte-integrations/connectors/destination-postgres/metadata.yaml index d16648f3ef71..14386ef1cb0d 100644 --- a/airbyte-integrations/connectors/destination-postgres/metadata.yaml +++ b/airbyte-integrations/connectors/destination-postgres/metadata.yaml @@ -2,18 +2,7 @@ data: ab_internal: ql: 200 sl: 100 - connectorBuildOptions: - baseImage: docker.io/airbyte/java-connector-base:1.0.0@sha256:be86e5684e1e6d9280512d3d8071b47153698fe08ad990949c8eeff02803201a connectorSubtype: database - connectorTestSuitesOptions: - - suite: unitTests - - suite: integrationTests - testSecrets: - - fileName: credentials.json - name: SECRET_DESTINATION-POSTGRES_CREDENTIALS__CREDS - secretStore: - alias: airbyte-connector-testing-secret-store - type: GSM connectorType: destination definitionId: 25c5221d-dce2-4163-ade9-739ef790f503 dockerImageTag: 2.4.1 @@ -23,31 +12,36 @@ data: icon: postgresql.svg license: ELv2 name: Postgres + connectorBuildOptions: + baseImage: docker.io/airbyte/java-connector-base:1.0.0@sha256:be86e5684e1e6d9280512d3d8071b47153698fe08ad990949c8eeff02803201a registryOverrides: cloud: dockerRepository: airbyte/destination-postgres-strict-encrypt enabled: true oss: enabled: true - releaseStage: generally_available releases: breakingChanges: 2.0.0: - message: - "This version introduces [Destinations V2](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#what-is-destinations-v2), - which provides better error handling, incremental delivery of data for large - syncs, and improved final table structures. To review the breaking changes, - and how to upgrade, see [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#quick-start-to-upgrading). - These changes will likely require updates to downstream dbt / SQL models, - which we walk through [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#updating-downstream-transformations). - Selecting `Upgrade` will upgrade **all** connections using this destination - at their next sync. For more controlled upgrade [see instructions](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#upgrading-connections-one-by-one-with-dual-writing). - - " + message: > + This version introduces [Destinations V2](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#what-is-destinations-v2), which provides better error handling, incremental delivery of data for large syncs, and improved final table structures. + To review the breaking changes, and how to upgrade, see [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#quick-start-to-upgrading). + These changes will likely require updates to downstream dbt / SQL models, which we walk through [here](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#updating-downstream-transformations). + Selecting `Upgrade` will upgrade **all** connections using this destination at their next sync. For more controlled upgrade [see instructions](https://docs.airbyte.com/release_notes/upgrading_to_destinations_v2/#upgrading-connections-one-by-one-with-dual-writing). upgradeDeadline: "2024-05-31" + releaseStage: generally_available supportLevel: certified supportsDbt: true supportsRefreshes: true tags: - language:java + connectorTestSuitesOptions: + - suite: unitTests + - suite: integrationTests + testSecrets: + - name: SECRET_DESTINATION-POSTGRES_CREDENTIALS__CREDS + fileName: credentials.json + secretStore: + type: GSM + alias: airbyte-connector-testing-secret-store metadataSpecVersion: "1.0"