You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by al...@apache.org on 2020/03/13 20:38:55 UTC

[beam] branch master updated (08ac97f -> 64c2b41)

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

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


    from 08ac97f  Update Dataflow py container version (#11120)
     add 64c2b41  [BEAM-7923] Streaming support and pipeline pruning when instrumenting a pipeline with interactivity (#11100)

No new revisions were added by this update.

Summary of changes:
 .../apache_beam/runners/interactive/README.md      | 104 ++--
 .../runners/interactive/background_caching_job.py  |   6 +
 .../interactive/display/pcoll_visualization.py     |  56 +--
 .../display/pcoll_visualization_test.py            |  15 +-
 .../runners/interactive/interactive_runner.py      |  22 +-
 .../runners/interactive/pipeline_fragment.py       |   3 +
 .../runners/interactive/pipeline_fragment_test.py  |  20 +
 .../runners/interactive/pipeline_instrument.py     | 400 +++++++++++++--
 .../interactive/pipeline_instrument_test.py        | 550 ++++++++++++++++++++-
 .../interactive/testing/pipeline_assertion.py      |  38 +-
 .../apache_beam/runners/interactive/utils.py       |  28 ++
 sdks/python/setup.py                               |   4 +-
 12 files changed, 1095 insertions(+), 151 deletions(-)