Skip to content

Tags: broady/DataflowPythonSDK

Tags

v0.2.1

Toggle v0.2.1's commit message
Update some str methods for recent SDK representation changes

Update Operation.str() to reflect that receivers is now an array
instead of a defaultdict.

Update Worker* objects to not output serialized combine_fn.

These problems surface only when logging at DEBUG level.
----Release Notes----
[]
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=117727480

v0.2.0

Toggle v0.2.0's commit message
Small fixes in BigQuery snippets and wordcount example.