Conversation
Convert StarterPipeline ParDo to MapElements. Use the new DoFn for non-outputting transforms.
1. setCurrentContainer returns the previous MetricsEnvironment 2. setCurrentContainer(null) resets the thread local 3. scopedCurrentContainer sets the container and returns a Closeable to reset the previous container.
This allows reuse of keys for downstream serialization.
This tests basic features of TransformHierarchy
update datastore_wordcount example to include writes
This is roughly equivalent to "RunnableOnService" in the Java SDK. See BEAM-655
- pin googledatastore version to 6.4.1 - add num_shards options to datastore wordcount example - move datastore wordcount example to cookbook directory
test_with_requirements_file The test fails if there are leftover files in the default folder for requirements cache either from earlier tests, or from the previous workspaces.
This reverts commit 96fcc7d.
In order to use counter structured names, and add new metrics (e.g. Distributions), we need to update the dataflow client protocol buffers.
Moves ThreadPool creation to a util function. Records and resets logging level due to this being reset by apitools when used with a ThreadPool.
Unit tests, testing retries does not need to use real time. This change reduces the total tox time for unit tests from 235 seconds to 73 seconds locally.
Member
Author
|
R: @davorbonaci |
|
Refer to this link for build results (access rights to CI server needed): |
Member
|
Comments:
Didn't look carefully inside |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.