You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2020/11/13 17:42:46 UTC

[beam] branch master updated (17beb66 -> b0dd257)

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

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


    from 17beb66  Merge pull request #13282: [BEAM-11172] Enable KafkaIO performance test for Dataflow runner v2 with SDF.
     add b0dd257  Squash, merge PR #13277 - [BEAM-10921] Add the UserPipelineTracker to track user pipelines for derived pipelines

No new revisions were added by this update.

Summary of changes:
 .../runners/interactive/user_pipeline_tracker.py   | 135 +++++++++++++++
 .../interactive/user_pipeline_tracker_test.py      | 183 +++++++++++++++++++++
 2 files changed, 318 insertions(+)
 create mode 100644 sdks/python/apache_beam/runners/interactive/user_pipeline_tracker.py
 create mode 100644 sdks/python/apache_beam/runners/interactive/user_pipeline_tracker_test.py