diff --git a/airbyte-integrations/connectors/source-teradata/build.gradle b/airbyte-integrations/connectors/source-teradata/build.gradle index 3d2dba922ef38..d8f462e0ef107 100644 --- a/airbyte-integrations/connectors/source-teradata/build.gradle +++ b/airbyte-integrations/connectors/source-teradata/build.gradle @@ -1,26 +1,13 @@ plugins { - id 'application' id 'airbyte-java-connector' } airbyteJavaConnector { - cdkVersionRequired = '0.13.2' + cdkVersionRequired = '0.20.4' features = ['db-sources'] useLocalCdk = false } -//remove once upgrading the CDK version to 0.4.x or later -java { - compileTestJava { - options.compilerArgs.remove("-Werror") - } - compileJava { - options.compilerArgs.remove("-Werror") - } -} - -airbyteJavaConnector.addCdkDependencies() - application { mainClass = 'io.airbyte.integrations.source.teradata.TeradataSource' } @@ -29,6 +16,5 @@ dependencies { implementation 'com.teradata.jdbc:terajdbc:20.00.00.06' - testImplementation 'org.apache.commons:commons-lang3:3.11' - testImplementation libs.testcontainers.jdbc + testImplementation 'org.testcontainers:jdbc:1.19.4' } diff --git a/airbyte-integrations/connectors/source-teradata/metadata.yaml b/airbyte-integrations/connectors/source-teradata/metadata.yaml index 1be78a18082c7..108450bfe6255 100644 --- a/airbyte-integrations/connectors/source-teradata/metadata.yaml +++ b/airbyte-integrations/connectors/source-teradata/metadata.yaml @@ -5,7 +5,7 @@ data: connectorSubtype: database connectorType: source definitionId: aa8ba6fd-4875-d94e-fc8d-4e1e09aa2503 - dockerImageTag: 0.2.1 + dockerImageTag: 0.2.2 dockerRepository: airbyte/source-teradata githubIssueLabel: source-teradata icon: teradata.svg diff --git a/docs/integrations/sources/teradata.md b/docs/integrations/sources/teradata.md index d8aa720401adb..39dc85b0ad9e6 100644 --- a/docs/integrations/sources/teradata.md +++ b/docs/integrations/sources/teradata.md @@ -63,6 +63,7 @@ You need a Teradata user which has read permissions on the database | Version | Date | Pull Request | Subject | |:--------|:-----------|:------------------------------------------------|:----------------------------| +| 0.2.2 | 2024-02-13 | [35219](https://github.com/airbytehq/airbyte/pull/35219) | Adopt CDK 0.20.4 | | 0.2.1 | 2024-01-24 | [34453](https://github.com/airbytehq/airbyte/pull/34453) | bump CDK version | | 0.2.0 | 2023-12-18 | https://github.com/airbytehq/airbyte/pull/33485 | Remove LEGACY state | | 0.1.0 | 2022-03-27 | https://github.com/airbytehq/airbyte/pull/24221 | New Source Teradata Vantage |