Skip to content

Commit

Permalink
Remove destination-bigquery-denormalized (#30369)
Browse files Browse the repository at this point in the history
Co-authored-by: evantahler <[email protected]>
  • Loading branch information
evantahler and evantahler authored Sep 25, 2023
1 parent 7b8ce96 commit de188be
Show file tree
Hide file tree
Showing 72 changed files with 4 additions and 4,643 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,41 +1,3 @@
plugins {
id 'application'
id 'airbyte-docker'
id 'airbyte-integration-test-java'
}

application {
mainClass = 'io.airbyte.integrations.destination.bigquery.BigQueryDenormalizedDestination'
applicationDefaultJvmArgs = ['-XX:+ExitOnOutOfMemoryError', '-XX:MaxRAMPercentage=75.0']
}

dependencies {
implementation 'com.google.cloud:google-cloud-bigquery:1.122.2'
implementation 'org.apache.commons:commons-lang3:3.11'

implementation project(':airbyte-config-oss:config-models-oss')
implementation project(':airbyte-integrations:bases:base-java')
implementation project(':airbyte-integrations:connectors:destination-bigquery')
implementation libs.airbyte.protocol
implementation project(':airbyte-integrations:bases:base-java-s3')
implementation project(':airbyte-integrations:connectors:destination-gcs')
implementation group: 'org.apache.parquet', name: 'parquet-avro', version: '1.12.0'

testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation 'org.mockito:mockito-inline:4.7.0'

integrationTestJavaImplementation project(':airbyte-integrations:bases:standard-destination-test')
integrationTestJavaImplementation project(':airbyte-integrations:connectors:destination-bigquery-denormalized')
integrationTestJavaImplementation project(':airbyte-db:db-lib')

}

configurations.all {
resolutionStrategy {
// at time of writing: deps.toml declares google-cloud-storage 2.17.2
// which pulls in google-api-client:2.2.0
// which conflicts with google-cloud-bigquery, which requires google-api-client:1.x
// google-cloud-storage is OK with downgrading to anything >=1.31.1.
force 'com.google.api-client:google-api-client:1.31.5'
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ data:
name: BigQuery (denormalized typed struct)
registries:
cloud:
enabled: true
enabled: false
oss:
enabled: true
enabled: false
releases:
breakingChanges:
2.0.0:
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit de188be

Please sign in to comment.