-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add flink parallelism args #82
Conversation
Codecov Report
@@ Coverage Diff @@
## main #82 +/- ##
===========================================
+ Coverage 86.30% 96.85% +10.55%
===========================================
Files 13 13
Lines 409 414 +5
===========================================
+ Hits 353 401 +48
+ Misses 56 13 -43
|
@yuvipanda's review items are addressed and I've just added a test for them (which gave us an outsize boost on coverage, because it's actually the first FlinkOperatorBakery unit test 🎉 ). The only test failure is the known-to-be-broken Flink integration test. Going to merge this now so @rsignell-usgs can keep going on his awesome Pangeo Forge experiments (e.g. hytest-org/hytest#350). Happy to address any loose ends in follow-on PRs. 🙏 |
This is the behavior of newer apache beam versions, let's match that. It reverts my suggestion from #82 (comment)
This is the behavior of newer apache beam versions, let's match that. It reverts my suggestion from #82 (comment)
This is the behavior of newer apache beam versions, let's match that. It reverts my suggestion from #82 (comment)
Adds args discussed in #19 (comment) to the Flink bakery.
cc @rsignell-usgs