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/02/02 06:02:22 UTC

[airflow] branch master updated (594069e -> d2efb33)

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

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


    from 594069e  Bugfix: Don't try to create a duplicate Dag Run in Scheduler (#13920)
     add d2efb33  Support google-cloud-monitoring>=2.0.0 (#13769)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/ADDITIONAL_INFO.md        |   1 +
 .../cloud/example_dags/example_stackdriver.py      |  46 ++---
 .../providers/google/cloud/hooks/stackdriver.py    | 128 ++++++------
 .../google/cloud/operators/stackdriver.py          |   6 +-
 setup.py                                           |   2 +-
 .../google/cloud/hooks/test_stackdriver.py         | 224 +++++++++------------
 .../google/cloud/operators/test_stackdriver.py     |  44 ++--
 7 files changed, 221 insertions(+), 230 deletions(-)