Skip to content

Commit

Permalink
bq-delete-obsolote
Browse files Browse the repository at this point in the history
  • Loading branch information
gisripa committed May 22, 2024
1 parent 07a9762 commit 30e1e6a
Show file tree
Hide file tree
Showing 20 changed files with 50 additions and 1,155 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ plugins {
}

airbyteJavaConnector {
cdkVersionRequired = '0.35.0'
cdkVersionRequired = '0.35.7'
features = [
'db-destinations',
'datastore-bigquery',
'typing-deduping',
'gcs-destinations',
'core',
]
useLocalCdk = true
useLocalCdk = false
}

java {
Expand All @@ -37,6 +37,5 @@ application {
}

dependencies {
implementation 'com.codepoetics:protonpack:1.13'
implementation 'org.apache.commons:commons-text:1.10.0'
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data:
connectorSubtype: database
connectorType: destination
definitionId: 22f6c74f-5699-40ff-833c-4a879ea40133
dockerImageTag: 2.4.20
dockerImageTag: 2.5.0
dockerRepository: airbyte/destination-bigquery
documentationUrl: https://docs.airbyte.com/integrations/destinations/bigquery
githubIssueLabel: destination-bigquery
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 30e1e6a

Please sign in to comment.