You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2018/10/26 09:32:59 UTC

[beam] branch master updated (a9aaaac -> a41b4d1)

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

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


    from a9aaaac  Merge pull request #6837 [BEAM-5853] Fix in RemoteGrpcPortWriteOperation
     add f1882cc  Allow streaming update for Python on Dataflow.
     new a41b4d1  Merge pull request #6830 Allow streaming update for Python on Dataflow.

The 1 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 | 21 +++++++++++++-------
 .../options/pipeline_options_validator.py          |  4 ++++
 .../runners/dataflow/internal/apiclient.py         | 23 ++++++++++++++++++++++
 3 files changed, 41 insertions(+), 7 deletions(-)


[beam] 01/01: Merge pull request #6830 Allow streaming update for Python on Dataflow.

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a41b4d139cd092aeb5c03b795d08f7e5c4e362e5
Merge: a9aaaac f1882cc
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Fri Oct 26 11:32:51 2018 +0200

    Merge pull request #6830 Allow streaming update for Python on Dataflow.
    
    Allow streaming update for Python on Dataflow.

 .../python/apache_beam/options/pipeline_options.py | 21 +++++++++++++-------
 .../options/pipeline_options_validator.py          |  4 ++++
 .../runners/dataflow/internal/apiclient.py         | 23 ++++++++++++++++++++++
 3 files changed, 41 insertions(+), 7 deletions(-)