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 2019/11/21 21:53:36 UTC

[beam] branch master updated (cf3f12d -> 7d73314)

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 cf3f12d  [BEAM-8743] Add support for flat schemas in pubsub
     add 7d73314  [BEAM-8016] Pipeline Graph (#10132)

No new revisions were added by this update.

Summary of changes:
 .../runners/interactive/display/pipeline_graph.py  |  90 ++++-
 .../interactive/display/pipeline_graph_test.py     |  88 +++++
 .../examples/Interactive Beam Example.ipynb        | 385 +++++++++------------
 .../runners/interactive/interactive_runner.py      | 132 ++-----
 .../runners/interactive/interactive_runner_test.py |   4 +
 .../runners/interactive/pipeline_analyzer.py       |   8 +-
 .../runners/interactive/pipeline_instrument.py     |  62 ++--
 7 files changed, 401 insertions(+), 368 deletions(-)
 create mode 100644 sdks/python/apache_beam/runners/interactive/display/pipeline_graph_test.py