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 2020/10/18 16:13:42 UTC

[airflow] branch master updated (66ced72 -> 49c5814)

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

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


    from 66ced72  Name and optionally preserve data volumes in Breeze (#11628)
     add 49c5814  Strict type checking for provider Google (#11609)

No new revisions were added by this update.

Summary of changes:
 .../providers/google/common/hooks/base_google.py   |  4 ++--
 .../providers/google/common/hooks/discovery_api.py |  6 +++---
 .../google/firebase/operators/firestore.py         |  2 +-
 .../google/marketing_platform/hooks/analytics.py   |  4 ++--
 .../marketing_platform/hooks/campaign_manager.py   |  6 +++---
 .../marketing_platform/hooks/display_video.py      |  4 ++--
 .../marketing_platform/operators/analytics.py      | 24 +++++++++++-----------
 .../operators/campaign_manager.py                  | 20 +++++++++---------
 .../marketing_platform/operators/display_video.py  | 16 +++++++--------
 .../marketing_platform/operators/search_ads.py     |  6 +++---
 .../marketing_platform/sensors/campaign_manager.py |  2 +-
 .../marketing_platform/sensors/display_video.py    | 10 ++++-----
 .../marketing_platform/sensors/search_ads.py       |  6 +++---
 airflow/providers/google/suite/hooks/sheets.py     | 14 ++++++-------
 airflow/providers/google/suite/operators/sheets.py |  2 +-
 .../google/suite/transfers/gcs_to_gdrive.py        |  2 +-
 .../google/suite/transfers/gcs_to_sheets.py        |  2 +-
 17 files changed, 65 insertions(+), 65 deletions(-)