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

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


    from 5bbc602  Increase timeout on test to reduce flakiness.
     add 05b233c  Interactive Beam -- pipeline analyzer
     new 69263c9  Merge pull request #6198 from qinyeli/master

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:
 .../runners/interactive/cache_manager.py           |  15 +-
 .../runners/interactive/display_manager.py         |  15 +-
 .../interactive/interactive_pipeline_graph.py      |  14 +-
 .../runners/interactive/interactive_runner.py      | 271 +------------
 .../runners/interactive/pipeline_analyzer.py       | 434 +++++++++++++++++++++
 .../runners/interactive/pipeline_analyzer_test.py  | 270 +++++++++++++
 6 files changed, 738 insertions(+), 281 deletions(-)
 create mode 100644 
sdks/python/apache_beam/runners/interactive/pipeline_analyzer.py
 create mode 100644 
sdks/python/apache_beam/runners/interactive/pipeline_analyzer_test.py

Reply via email to