You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2022/11/23 07:55:33 UTC

[beam] branch master updated (4f1dcfb224d -> cf904dc72aa)

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

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


    from 4f1dcfb224d Dask runner tests action (#24324)
     add 5802c77d383 Add a portable runner that renders pipelines as a dot graph.
     add c1d82dbfff2 Add basic tests for render runner.
     add c01d63096b7 Add the ability to pass a pipeline proto directly.
     add f179587039f lint
     add 4c2c78def15 Fix typo.
     add 63e566ffc79 Serve the graph when output file is not specified.
     add 2002d9c3927 Serve the graph when output file is not specified.
     add 3db0ac9ba36 Fix parsing of standalone protos.
     add ad3e5242f7b Support reading from GCS.
     add 7285242cb83 Add text logging.
     add 6749fc01647 fix typo.
     add e3ab5e75ae5 Some lint and yapf.
     add 5c8026671f2 Fix dot detection logic.
     add 38e0e3b3397 fix error detected by lint
     add 20f60443f46 Make gcs an optional dependency.
     add 42ea58fb276 return rather than sys.exit
     add a88784e1442 lint
     add d57812a3860 Apply suggestions from code review
     add e625c317bfb More cleanup, mypy.
     add de117c5940c lint
     add cf904dc72aa Merge pull request #24037 Add a portable runner that renders pipelines as a dot graph.

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   2 +
 sdks/python/apache_beam/pipeline.py                |   3 +-
 .../portability/fn_api_runner/translations.py      |  16 +-
 sdks/python/apache_beam/runners/render.py          | 537 +++++++++++++++++++++
 sdks/python/apache_beam/runners/render_test.py     |  89 ++++
 sdks/python/scripts/run_pylint.sh                  |   1 +
 6 files changed, 642 insertions(+), 6 deletions(-)
 create mode 100644 sdks/python/apache_beam/runners/render.py
 create mode 100644 sdks/python/apache_beam/runners/render_test.py