Destination Postgres: Adapt to kotlin CDK (#36620)
This commit is contained in:
committed by
GitHub
parent
c5284c7244
commit
beda34bb1d
@@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
airbyteJavaConnector {
|
||||
cdkVersionRequired = '0.27.3'
|
||||
cdkVersionRequired = '0.29.5'
|
||||
features = ['db-destinations', 'typing-deduping', 'datastore-postgres']
|
||||
useLocalCdk = false
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user