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 609a429 Apply whitespace fix for
0445c757d6103405cfe3ae5d4406d823f98aee73
add 21f2160 Interactive Beam -- enable setting render option
new 251dec5 Merge pull request #6356 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:
.../interactive/display}/__init__.py | 0
.../interactive/{ => display}/display_manager.py | 21 ++--
.../{ => display}/interactive_pipeline_graph.py | 2 +-
.../interactive/{ => display}/pipeline_graph.py | 10 +-
.../interactive/display/pipeline_graph_renderer.py | 125 +++++++++++++++++++++
.../runners/interactive/interactive_runner.py | 27 ++++-
6 files changed, 165 insertions(+), 20 deletions(-)
copy sdks/python/apache_beam/{testing/benchmarks/nexmark/queries =>
runners/interactive/display}/__init__.py (100%)
rename sdks/python/apache_beam/runners/interactive/{ =>
display}/display_manager.py (90%)
rename sdks/python/apache_beam/runners/interactive/{ =>
display}/interactive_pipeline_graph.py (98%)
rename sdks/python/apache_beam/runners/interactive/{ =>
display}/pipeline_graph.py (95%)
create mode 100644
sdks/python/apache_beam/runners/interactive/display/pipeline_graph_renderer.py