This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 074b0c9 Move `confirm` script into `scripts/tools` (#21626)
add 295efd3 Dataflow Assets (#21639)
No new revisions were added by this update.
Summary of changes:
airflow/providers/apache/beam/operators/beam.py | 28 +++++++++-
.../providers/google/cloud/links}/__init__.py | 0
airflow/providers/google/cloud/links/dataflow.py | 64 ++++++++++++++++++++++
.../providers/google/cloud/operators/dataflow.py | 5 ++
airflow/providers/google/provider.yaml | 1 +
tests/providers/apache/beam/operators/test_beam.py | 40 +++++++++++---
6 files changed, 130 insertions(+), 8 deletions(-)
copy {tests/timetables => airflow/providers/google/cloud/links}/__init__.py
(100%)
create mode 100644 airflow/providers/google/cloud/links/dataflow.py