-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature][Connector-V2][Teradata] Add Teradata Source And Sink Connector #3362
Conversation
Do we need to use jdbc dialect? @hailin0 |
a2b2b21
to
4b57737
Compare
a28209b
to
e2d90be
Compare
...he/seatunnel/connectors/seatunnel/jdbc/internal/connection/SimpleJdbcConnectionProvider.java
Outdated
Show resolved
Hide resolved
1a50663
to
e88d463
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@ic4y @hailin0 @EricJoy2048 @TaoZex PTAL. |
...ector-jdbc/src/main/java/org/apache/seatunnel/connectors/seatunnel/jdbc/utils/JdbcUtils.java
Outdated
Show resolved
Hide resolved
3cbdf68
to
ded5481
Compare
9d43606
to
1b406b5
Compare
public void testTeradata(TestContainer container) throws Exception { | ||
container.executeExtraCommands(extendedFactory); | ||
Container.ExecResult execResult = container.executeJob("/jdbc_teradata_source_and_sink.conf"); | ||
Assertions.assertEquals(0, execResult.getExitCode()); | ||
clearSinkTable(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FWLamb
Please reference to JdbcOracledbIT
validation data input and output
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Teradata does not have a Docker image, and it seems that it cannot be made by itself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Purpose of this pull request
Refer to #3018
Add Teradata Source And Sink Connector.
Check list
Check list
New License Guide