You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2021/12/30 00:37:34 UTC

[beam] branch master updated (ea09119 -> e97afe9)

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

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


    from ea09119  Merge pull request #16394 from ibzib/seed
     add 6fcb582  [BEAM-13459] Cache artifacts across job runs on python+dataflow
     new e97afe9  [BEAM-13459] Cache artifacts across job runs on python+dataflow #16229

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 |   7 +
 .../runners/dataflow/dataflow_runner.py            |   3 +-
 .../runners/dataflow/internal/apiclient.py         |  61 ++++-
 .../runners/dataflow/internal/apiclient_test.py    | 249 ++++++++++++++++++++-
 .../apache_beam/runners/portability/stager.py      |  13 +-
 .../apache_beam/runners/portability/stager_test.py |   2 +-
 6 files changed, 319 insertions(+), 16 deletions(-)

[beam] 01/01: [BEAM-13459] Cache artifacts across job runs on python+dataflow #16229

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

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

commit e97afe9fdf1ec600bbd29f53ddec12dbb4a0ec71
Merge: ea09119 6fcb582
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Wed Dec 29 16:36:29 2021 -0800

    [BEAM-13459] Cache artifacts across job runs on python+dataflow #16229

 .../python/apache_beam/options/pipeline_options.py |   7 +
 .../runners/dataflow/dataflow_runner.py            |   3 +-
 .../runners/dataflow/internal/apiclient.py         |  61 ++++-
 .../runners/dataflow/internal/apiclient_test.py    | 249 ++++++++++++++++++++-
 .../apache_beam/runners/portability/stager.py      |  13 +-
 .../apache_beam/runners/portability/stager_test.py |   2 +-
 6 files changed, 319 insertions(+), 16 deletions(-)