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 4b3a9ca5a3 Minor improvements to serde helpers (#28978)
     add 5fcdd321c5 Add deferrable mode for Big Query Transfer operator (#27833)

No new revisions were added by this update.

Summary of changes:
 .../providers/google/cloud/hooks/bigquery_dts.py   |  75 +++++++++-
 .../google/cloud/operators/bigquery_dts.py         | 106 ++++++++++++-
 .../google/cloud/triggers/bigquery_dts.py          | 157 +++++++++++++++++++
 .../google/cloud/hooks/test_bigquery_dts.py        |  52 ++++++-
 .../google/cloud/operators/test_bigquery_dts.py    |  33 +++-
 .../google/cloud/triggers/test_bigquery_dts.py     | 166 +++++++++++++++++++++
 .../google/cloud/bigquery/example_bigquery_dts.py  |   1 +
 7 files changed, 577 insertions(+), 13 deletions(-)
 create mode 100644 airflow/providers/google/cloud/triggers/bigquery_dts.py
 create mode 100644 tests/providers/google/cloud/triggers/test_bigquery_dts.py

Reply via email to