Skip to content

Commit c2f0455

Browse files
Marius Postajatinyadav-cc
Marius Posta
authored andcommitted
source-teradata: adopt CDK 0.20.4 (airbytehq#35219)
1 parent 7741e20 commit c2f0455

File tree

3 files changed

+4
-17
lines changed

3 files changed

+4
-17
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
plugins {
2-
id 'application'
32
id 'airbyte-java-connector'
43
}
54

65
airbyteJavaConnector {
7-
cdkVersionRequired = '0.13.2'
6+
cdkVersionRequired = '0.20.4'
87
features = ['db-sources']
98
useLocalCdk = false
109
}
1110

12-
//remove once upgrading the CDK version to 0.4.x or later
13-
java {
14-
compileTestJava {
15-
options.compilerArgs.remove("-Werror")
16-
}
17-
compileJava {
18-
options.compilerArgs.remove("-Werror")
19-
}
20-
}
21-
22-
airbyteJavaConnector.addCdkDependencies()
23-
2411
application {
2512
mainClass = 'io.airbyte.integrations.source.teradata.TeradataSource'
2613
}
@@ -29,6 +16,5 @@ dependencies {
2916

3017
implementation 'com.teradata.jdbc:terajdbc:20.00.00.06'
3118

32-
testImplementation 'org.apache.commons:commons-lang3:3.11'
33-
testImplementation libs.testcontainers.jdbc
19+
testImplementation 'org.testcontainers:jdbc:1.19.4'
3420
}

airbyte-integrations/connectors/source-teradata/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ data:
55
connectorSubtype: database
66
connectorType: source
77
definitionId: aa8ba6fd-4875-d94e-fc8d-4e1e09aa2503
8-
dockerImageTag: 0.2.1
8+
dockerImageTag: 0.2.2
99
dockerRepository: airbyte/source-teradata
1010
githubIssueLabel: source-teradata
1111
icon: teradata.svg

docs/integrations/sources/teradata.md

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ You need a Teradata user which has read permissions on the database
6363

6464
| Version | Date | Pull Request | Subject |
6565
|:--------|:-----------|:------------------------------------------------|:----------------------------|
66+
| 0.2.2 | 2024-02-13 | [35219](https://github.com/airbytehq/airbyte/pull/35219) | Adopt CDK 0.20.4 |
6667
| 0.2.1 | 2024-01-24 | [34453](https://github.com/airbytehq/airbyte/pull/34453) | bump CDK version |
6768
| 0.2.0 | 2023-12-18 | https://github.com/airbytehq/airbyte/pull/33485 | Remove LEGACY state |
6869
| 0.1.0 | 2022-03-27 | https://github.com/airbytehq/airbyte/pull/24221 | New Source Teradata Vantage |

0 commit comments

Comments
 (0)