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/03/31 17:38:11 UTC

[airflow] branch main updated (8d3c6c5 -> 327eab3)

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 8d3c6c5  Fixes ScheduleInterval spec (#22635)
     add 327eab3  Add links for BigQuery Data Transfer (#22280)

No new revisions were added by this update.

Summary of changes:
 .../cloud/links/{dataflow.py => bigquery_dts.py}   | 32 +++++++++++-----------
 .../google/cloud/operators/bigquery_dts.py         | 28 +++++++++++++++++++
 .../providers/google/cloud/sensors/bigquery_dts.py |  4 +++
 airflow/providers/google/provider.yaml             |  1 +
 .../google/cloud/operators/test_bigquery_dts.py    |  4 +--
 .../google/cloud/sensors/test_bigquery_dts.py      |  6 ++--
 6 files changed, 55 insertions(+), 20 deletions(-)
 copy airflow/providers/google/cloud/links/{dataflow.py => bigquery_dts.py} (57%)