[YAML] Add ability to specify JDBC type to read/write#30024
[YAML] Add ability to specify JDBC type to read/write#30024robertwb merged 4 commits intoapache:masterfrom
Conversation
Signed-off-by: Jeffrey Kinard <jeff@thekinards.com>
Signed-off-by: Jeffrey Kinard <jeff@thekinards.com>
Signed-off-by: Jeffrey Kinard <jeff@thekinards.com>
|
Assigning reviewers. If you would like to opt out of this review, comment R: @liferoad for label python. Available commands:
The PR bot will only process comments in the main thread (not review comments). |
|
Reminder, please take a look at this pr: @liferoad @damondouglas @damondouglas |
d899182 to
d3530cb
Compare
|
@Abacn Is the test failing a known issue? It is failing at container startup for mysql, but I'm not sure why my PR would affect that. |
It's new issue. It's failing since Jan 19th: https://github.com/apache/beam/actions/runs/7580901305. The likely cause is new version of mysql:latest breaking the test: Update: this is affected by testcontainers/testcontainers-java#8130 |
|
Reminder, please take a look at this pr: @liferoad @damondouglas @damondouglas |
|
What is the status of this now, @damondouglas were the change request resolved? btw good to test Python PostCommit. Python Jdbc integration test often found break after related changes and not captured by precommit |
Signed-off-by: Jeffrey Kinard <jeff@thekinards.com>
d3530cb to
1276101
Compare
|
Test passed: |
PR adds ability to specify a JDBC type/flavor to the
ReadFromJdbcandWriteToJdbcBeam YAML transforms.Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, commentfixes #<ISSUE NUMBER>instead.CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.