You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2021/04/01 21:05:22 UTC

[beam] branch master updated (6fc8bbc -> 2b1a63d)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.


    from 6fc8bbc  Merge pull request #14399 from NicholasAzar/patch-1
     new b26f1ac  Update Dataflow V1Beta3 to newest version to add the Environment.DebugOptions
     new 0f43969  Add the 'enable_hot_key_logging' PipelineOption and plumb it to the Dataflow Environment.DebugOptions proto.
     new 2b1a63d  Merge pull request #14381 from [BEAM-10994] Python: Update V1Beta3 API and add DebugOptions

The 31343 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../python/apache_beam/options/pipeline_options.py |  7 ++++
 .../runners/dataflow/internal/apiclient.py         |  3 ++
 .../runners/dataflow/internal/apiclient_test.py    | 23 ++++++++++++
 .../clients/dataflow/dataflow_v1b3_messages.py     | 41 ++++++++++++++--------
 4 files changed, 60 insertions(+), 14 deletions(-)