-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
destination-bigquery-denormalized
(#30369)
Co-authored-by: evantahler <[email protected]>
- Loading branch information
1 parent
7b8ce96
commit de188be
Showing
72 changed files
with
4 additions
and
4,643 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
airbyte-integrations/connectors/destination-bigquery-denormalized/BOOTSTRAP.md
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
airbyte-integrations/connectors/destination-bigquery-denormalized/Dockerfile
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
airbyte-integrations/connectors/destination-bigquery-denormalized/README.md
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
airbyte-integrations/connectors/destination-bigquery-denormalized/build.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
172 changes: 0 additions & 172 deletions
172
...in/java/io/airbyte/integrations/destination/bigquery/BigQueryDenormalizedDestination.java
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
...rmalized/src/main/java/io/airbyte/integrations/destination/bigquery/JsonSchemaFormat.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.