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 2021/12/29 19:30:45 UTC

[airflow] branch main updated (afd84f6 -> da88ed1)

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 afd84f6  Use local definitions for k8s schema validation (#20544)
     add da88ed1  Fix MyPy errors in Google Cloud (again) (#20469)

No new revisions were added by this update.

Summary of changes:
 .../cloud/example_dags/example_datacatalog.py      |  3 +-
 .../example_dags/example_dataproc_metastore.py     | 21 +++++++----
 .../google/cloud/hooks/cloud_memorystore.py        |  2 +-
 airflow/providers/google/cloud/hooks/cloud_sql.py  |  4 +-
 airflow/providers/google/cloud/hooks/compute.py    |  2 +-
 airflow/providers/google/cloud/hooks/dataflow.py   |  3 +-
 .../google/cloud/operators/datacatalog.py          |  9 +++--
 .../providers/google/cloud/operators/dataprep.py   |  6 ++-
 airflow/providers/google/cloud/operators/gcs.py    | 43 ++++++++++++----------
 .../providers/google/cloud/operators/mlengine.py   |  6 +--
 .../providers/google/cloud/sensors/datafusion.py   | 12 +++---
 airflow/providers/google/cloud/sensors/dataproc.py |  9 +++--
 airflow/providers/google/cloud/sensors/gcs.py      | 15 +++++---
 airflow/providers/google/cloud/sensors/pubsub.py   | 11 ++++--
 airflow/utils/timeout.py                           | 14 ++++---
 15 files changed, 94 insertions(+), 66 deletions(-)