-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Update Dataflow containers #28904
Update Dataflow containers #28904
Conversation
Codecov Report
@@ Coverage Diff @@
## master #28904 +/- ##
==========================================
- Coverage 72.16% 72.16% -0.01%
==========================================
Files 686 686
Lines 101551 101562 +11
==========================================
+ Hits 73283 73289 +6
- Misses 26690 26695 +5
Partials 1578 1578
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Assigning reviewers. If you would like to opt out of this review, comment R: @Abacn added as fallback since no labels match configuration Available commands:
The PR bot will only process comments in the main thread (not review comments). |
./gradlew :sdks:python:container:py38:docker | ||
./gradlew :sdks:python:container:py39:docker | ||
./gradlew :sdks:python:container:py310:docker | ||
./gradlew :sdks:python:container:py311:docker | ||
|
||
# Shortcut for building all Python SDKs | ||
./gradlew :sdks:python:container buildAll | ||
./gradlew :sdks:python:container:buildAll |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this change intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, ./gradlew :sdks:python:container buildAll
is not a real command. I suspect the space was by mistake
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing the documentation
Updating to include the dependency updates in #28880