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 2020/12/31 17:07:42 UTC

[airflow] branch master updated (d2964b0 -> 9de7127)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from d2964b0  Add example DAG & how-to guide for sqlite (#13196)
     add 9de7127  Support google-cloud-bigquery-datatransfer>=3.0.0 (#13337)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/ADDITIONAL_INFO.md        |  1 +
 .../cloud/example_dags/example_bigquery_dts.py     | 20 ++++------
 .../providers/google/cloud/hooks/bigquery_dts.py   | 45 ++++++++++++++--------
 .../google/cloud/operators/bigquery_dts.py         | 12 +++---
 .../providers/google/cloud/sensors/bigquery_dts.py | 35 ++++++++++++-----
 setup.py                                           |  2 +-
 .../google/cloud/hooks/test_bigquery_dts.py        | 39 ++++++++-----------
 .../google/cloud/operators/test_bigquery_dts.py    | 37 +++++++++++++-----
 .../google/cloud/sensors/test_bigquery_dts.py      | 39 ++++++++++++++++---
 9 files changed, 142 insertions(+), 88 deletions(-)