You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/02/17 14:35:51 UTC

[airflow] branch main updated (074b0c9 -> 295efd3)

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