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 2019/10/04 22:38:37 UTC

[beam] branch master updated (50c5281 -> f857f0f)

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 50c5281  Merge pull request #9664 from davidcavazos/normalize-filenames
     add f857f0f  [BEAM-7760] Added pipeline_instrument module (#9619)

No new revisions were added by this update.

Summary of changes:
 .../runners/interactive/pipeline_instrument.py     | 433 +++++++++++++++++++++
 .../interactive/pipeline_instrument_test.py        | 283 ++++++++++++++
 2 files changed, 716 insertions(+)
 create mode 100644 sdks/python/apache_beam/runners/interactive/pipeline_instrument.py
 create mode 100644 sdks/python/apache_beam/runners/interactive/pipeline_instrument_test.py