-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Use Managed BigQuery Java Read&Write Transforms for Beam YAML #36139
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
Conversation
|
Run Python_Examples PreCommit 3.11 |
|
Assigning reviewers: R: @liferoad for label python. Note: If you would like to opt out of this review, comment Available commands:
The PR bot will only process comments in the main thread (not review comments). |
|
Did your end-to-end test runs confirm that the managed transforms upgrade is occurring ? You should notice "Managed Transform(s)" logs mentioned here: https://cloud.google.com/dataflow/docs/guides/managed-io |
|
Reminder, please take a look at this pr: @liferoad |
|
waiting on author |
|
noting that the two blockers are closed |
|
Re-tested with fix and updated main description with results |
|
LGTM. Thanks. |
|
Run Python_Examples PreCommit 3.9 |
Migrating Bigquery java transforms to managedIO. There should not be any change for Read and Streaming write. But for Batch write we are migrating to FILE_LOADS method, which stages files in temp path before writing. This is not a breaking change for the existing users.
Batch write Test:
Tested with Fix #36209 on sandbox
http://go/pantheon-hourly/dataflow/jobs/us-central1/2025-09-23_13_57_20-6164423741318359762?project=apache-beam-testing&mods=dataflow_dev&dfSandbox=tannapareddy
Read Test:
https://dataflow-console.corp.google.com/?justification=#/jobmanagement/2025-09-23_13_30_58-6526397567899460230
Streaming write Test:
https://dataflow-console.corp.google.com/?justification=#/jobmanagement/2025-09-23_10_46_32-18235306192448492682
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.