1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Destination Postgres: Adapt to kotlin CDK (#36620)

This commit is contained in:
Gireesh Sreepathi
2024-04-05 13:02:32 -07:00
committed by GitHub
parent c5284c7244
commit beda34bb1d
14 changed files with 69 additions and 67 deletions

View File

@@ -3,7 +3,7 @@ plugins {
}
airbyteJavaConnector {
cdkVersionRequired = '0.27.3'
cdkVersionRequired = '0.29.5'
features = ['db-destinations', 'typing-deduping', 'datastore-postgres']
useLocalCdk = false
}

View File

@@ -2,7 +2,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: 25c5221d-dce2-4163-ade9-739ef790f503
dockerImageTag: 2.0.5
dockerImageTag: 2.0.6
dockerRepository: airbyte/destination-postgres-strict-encrypt
documentationUrl: https://docs.airbyte.com/integrations/destinations/postgres
githubIssueLabel: destination-postgres