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/01/23 21:36:11 UTC

[beam] branch master updated (809a0b7 -> 4861df4)

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 809a0b7  Merge pull request #13675 from ibzib/flink-jenkins
     add 4861df4  Allow extension of SdkContainerImageBuilder (#13756)

No new revisions were added by this update.

Summary of changes:
 .../python/apache_beam/options/pipeline_options.py |   5 +-
 .../runners/portability/sdk_container_builder.py   |  68 +++++++++-----
 .../portability/sdk_container_builder_test.py      | 103 +++++++++++++++++++++
 3 files changed, 151 insertions(+), 25 deletions(-)
 create mode 100644 sdks/python/apache_beam/runners/portability/sdk_container_builder_test.py