You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/09/29 12:02:07 UTC

[airflow] branch main updated (461ec4c -> 9279c44)

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

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


    from 461ec4c  Bugfix: dag_bag.get_dag should not raise exception (#18554)
     add 9279c44  Fix part of Google system tests (#18494)

No new revisions were added by this update.

Summary of changes:
 .../cloud/example_dags/example_cloud_build.py      |  2 +-
 .../cloud/example_dags/example_cloud_sql_query.py  |  2 +-
 .../cloud/example_dags/example_datacatalog.py      |  7 +++--
 .../google/cloud/example_dags/example_dataflow.py  | 18 +++++++++----
 .../cloud/example_dags/example_datafusion.py       | 20 ++++++++++-----
 .../google/cloud/example_dags/example_functions.py |  2 +-
 airflow/providers/google/cloud/hooks/datafusion.py |  4 ++-
 .../providers/google/cloud/sensors/datafusion.py   | 10 ++++++++
 .../operators/test_cloud_build_system_helper.py    |  2 +-
 .../google/cloud/operators/test_dataprep_system.py |  4 +--
 .../cloud/operators/test_gcs_system_helper.py      |  9 ++++---
 .../google/cloud/sensors/test_datafusion.py        | 30 +++++++++++++++++++++-
 12 files changed, 85 insertions(+), 25 deletions(-)