This is an automated email from the ASF dual-hosted git repository.
shahar pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 9316ed6df85 Allow fetching XCom with forward slash from the API and
escape it in the UI (#45134)
add 279f1fae1e8 Fix DataflowJobLink for Beam operators in deferrable mode
(#45023)
No new revisions were added by this update.
Summary of changes:
.../airflow/providers/apache/beam/hooks/beam.py | 34 ++++++++++++---
.../providers/apache/beam/operators/beam.py | 27 ++++++------
.../airflow/providers/apache/beam/triggers/beam.py | 42 +++++++++++++++++--
providers/tests/apache/beam/hooks/test_beam.py | 12 +++++-
providers/tests/apache/beam/operators/test_beam.py | 48 ++++------------------
providers/tests/apache/beam/triggers/test_beam.py | 30 +++++++++++++-
6 files changed, 127 insertions(+), 66 deletions(-)