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/07/25 20:56:07 UTC

[airflow] branch main updated (966b250 -> 5d22247)

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 966b250  Fix GCStoGCS operator with replace diabled and existing destination object (#16991)
     add 5d22247  Google Ads Hook: Support newer versions of the google-ads library (#17160)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/CHANGELOG.rst           |  16 +++
 airflow/providers/google/ads/hooks/ads.py        | 127 +++++++++++++++++------
 docs/apache-airflow-providers-google/index.rst   |   2 +-
 setup.py                                         |   2 +-
 tests/providers/google/ads/operators/test_ads.py |   2 +-
 5 files changed, 113 insertions(+), 36 deletions(-)