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 3437695 Add a blog post on how to perform release validations (#13724)
add de29bc5 Merge pull request #11296 from [BEAM-9640] Sketching
watermark tracking on FnApiRunner
No new revisions were added by this update.
Summary of changes:
.../runners/portability/fn_api_runner/execution.py | 35 +--
.../runners/portability/fn_api_runner/fn_runner.py | 257 +++++++++++++++++----
.../portability/fn_api_runner/translations.py | 18 +-
.../fn_api_runner/visualization_tools.py | 115 +++++++++
.../portability/fn_api_runner/watermark_manager.py | 171 ++++++++++++++
5 files changed, 539 insertions(+), 57 deletions(-)
create mode 100644
sdks/python/apache_beam/runners/portability/fn_api_runner/visualization_tools.py
create mode 100644
sdks/python/apache_beam/runners/portability/fn_api_runner/watermark_manager.py