Skip to content

Conversation

@Polber
Copy link
Contributor

@Polber Polber commented Oct 31, 2024

Refactor standard_io.yaml to use snake_case for JDBC providers.

There was a change to the naming convention used by the cross-language service here: #31374
which also migrated most of the YAML provider definitions to use the new format. Unfortunately, JDBC providers that inherit the top-level JDBC Provider (MySQL, Postgres, Oracle and Sql Server) were missed. This causes YAML pipelines who use these transforms to fail when the jdbc_type (formerly jdbcType) config parameter is parsed during expansion.

This PR refactors these transform config parameters to use the new snake_case naming convention.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: 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, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

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)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@Polber
Copy link
Contributor Author

Polber commented Oct 31, 2024

R: @robertwb

@github-actions
Copy link
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment assign set of reviewers

Signed-off-by: Jeffrey Kinard <jeff@thekinards.com>
Signed-off-by: Jeffrey Kinard <jeff@thekinards.com>
Signed-off-by: Jeffrey Kinard <jeff@thekinards.com>
Copy link
Contributor

@damccorm damccorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@damccorm damccorm merged commit 6a45624 into apache:master Nov 13, 2024
damccorm pushed a commit that referenced this pull request Nov 13, 2024
* fix JDBC providers

Signed-off-by: Jeffrey Kinard <jeff@thekinards.com>

* fix test failures

Signed-off-by: Jeffrey Kinard <jeff@thekinards.com>

* fix typo

Signed-off-by: Jeffrey Kinard <jeff@thekinards.com>

---------

Signed-off-by: Jeffrey Kinard <jeff@thekinards.com>
damccorm added a commit that referenced this pull request Nov 13, 2024
* fix JDBC providers



* fix test failures



* fix typo



---------

Signed-off-by: Jeffrey Kinard <jeff@thekinards.com>
Co-authored-by: Jeff Kinard <jeff@thekinards.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants