Update to beam 2.76 - #4203
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the project's Apache Beam dependency to version 2.76.0 and performs minor path normalization in the generated Python requirements file to ensure correct resolution during the build process. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the Apache Beam version in pom.xml to 2.76.0 and adjusts the autogenerated paths in requirements.txt. A review comment highlights an inconsistency where requirements.txt still pins apache-beam[gcp] to 2.74.0 instead of 2.76.0, and recommends updating base_requirements.txt and regenerating requirements.txt to ensure compatibility.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4203 +/- ##
=========================================
Coverage 55.92% 55.93%
+ Complexity 7483 7481 -2
=========================================
Files 1134 1134
Lines 70175 70175
Branches 8023 8023
=========================================
+ Hits 39248 39251 +3
+ Misses 28380 28374 -6
- Partials 2547 2550 +3
🚀 New features to boost your workflow:
|
f26887a to
9a9ff89
Compare
|
There were a bunch of conflicts because e31b279 landed right after I pushed my PR - reverting and regenerating, will resend for review momentarily |
| @@ -1,4 +1,4 @@ | |||
| apache-beam[gcp] | |||
| apache-beam[gcp]==2.76.0 | |||
There was a problem hiding this comment.
Adjusting these as mentioned in https://github.com/GoogleCloudPlatform/DataflowTemplates/pull/3557/changes#r3904616234
|
com.google.cloud.teleport.v2.templates.ManagedIOToManagedIOIT is consistently failing. Here is an example job: https://console.cloud.google.com/dataflow/jobs/us-west2/2026-09-01_07_34_46-7130330779895589904?project=cloud-teleport-testing |
|
That's because managed transforms are still on Beam 2.75.0 and do not have forward compatibility. See the validation PR for explanation. We beed to bump managed transforms gcl to 2.76.0 first |
Thanks - that was my guess, but hadn't validated it yet. This has been bumped and should just need to roll out |
No description provided.