File tree 3 files changed +4
-17
lines changed
airbyte-integrations/connectors/source-teradata
docs/integrations/sources
3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' application'
3
2
id ' airbyte-java-connector'
4
3
}
5
4
6
5
airbyteJavaConnector {
7
- cdkVersionRequired = ' 0.13.2 '
6
+ cdkVersionRequired = ' 0.20.4 '
8
7
features = [' db-sources' ]
9
8
useLocalCdk = false
10
9
}
11
10
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
-
24
11
application {
25
12
mainClass = ' io.airbyte.integrations.source.teradata.TeradataSource'
26
13
}
@@ -29,6 +16,5 @@ dependencies {
29
16
30
17
implementation ' com.teradata.jdbc:terajdbc:20.00.00.06'
31
18
32
- testImplementation ' org.apache.commons:commons-lang3:3.11'
33
- testImplementation libs. testcontainers. jdbc
19
+ testImplementation ' org.testcontainers:jdbc:1.19.4'
34
20
}
Original file line number Diff line number Diff line change 5
5
connectorSubtype : database
6
6
connectorType : source
7
7
definitionId : aa8ba6fd-4875-d94e-fc8d-4e1e09aa2503
8
- dockerImageTag : 0.2.1
8
+ dockerImageTag : 0.2.2
9
9
dockerRepository : airbyte/source-teradata
10
10
githubIssueLabel : source-teradata
11
11
icon : teradata.svg
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ You need a Teradata user which has read permissions on the database
63
63
64
64
| Version | Date | Pull Request | Subject |
65
65
| :--------| :-----------| :------------------------------------------------| :----------------------------|
66
+ | 0.2.2 | 2024-02-13 | [ 35219] ( https://github.com/airbytehq/airbyte/pull/35219 ) | Adopt CDK 0.20.4 |
66
67
| 0.2.1 | 2024-01-24 | [ 34453] ( https://github.com/airbytehq/airbyte/pull/34453 ) | bump CDK version |
67
68
| 0.2.0 | 2023-12-18 | https://github.com/airbytehq/airbyte/pull/33485 | Remove LEGACY state |
68
69
| 0.1.0 | 2022-03-27 | https://github.com/airbytehq/airbyte/pull/24221 | New Source Teradata Vantage |
You can’t perform that action at this time.
0 commit comments