Add parameter to set maxNumRows for dataflow jobs#3632
Add parameter to set maxNumRows for dataflow jobs#3632VardhanThigle merged 3 commits intoGoogleCloudPlatform:mainfrom
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 introduces a configurable limit for the number of rows in Spanner dataflow jobs. By transitioning the row limit parameter to a 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 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 counter productive. 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
|
rohitwali
left a comment
There was a problem hiding this comment.
thanks for the changes. Could you also add a section on the testing done with these changes?
rohitwali
left a comment
There was a problem hiding this comment.
Some of the approval workflows have failed. Can you please take a look?
updated the unit test. could you please restart the testing again? Or is there a way for me to do it? |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3632 +/- ##
============================================
- Coverage 52.34% 52.30% -0.05%
+ Complexity 6142 5743 -399
============================================
Files 1053 1054 +1
Lines 63361 63636 +275
Branches 6947 6998 +51
============================================
+ Hits 33169 33282 +113
- Misses 27941 28092 +151
- Partials 2251 2262 +11
🚀 New features to boost your workflow:
|
5ef5a13
into
GoogleCloudPlatform:main
Added support to add a runtime parameter
-maxNumRowswhen runningglcoud dataflow jobs runCurrently the default value for this flag is 500.