Skip to content

Commit

Permalink
source-teradata: adopt CDK 0.20.4 (#35219)
Browse files Browse the repository at this point in the history
  • Loading branch information
postamar authored Feb 14, 2024
1 parent b59098f commit 1cbc863
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
18 changes: 2 additions & 16 deletions airbyte-integrations/connectors/source-teradata/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
}
Expand All @@ -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'
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/teradata.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 1cbc863

Please sign in to comment.