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/11/17 10:44:52 UTC

[airflow] branch master updated (ae7cb4a -> 80a957f)

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 ae7cb4a  Update wrong commit hash in backport provider changes (#12390)
     add 80a957f  Add Dataflow sensors - job metrics (#12039)

No new revisions were added by this update.

Summary of changes:
 .../google/cloud/example_dags/example_dataflow.py  | 27 +++++++-
 airflow/providers/google/cloud/hooks/dataflow.py   | 49 ++++++++++++++
 .../providers/google/cloud/operators/dataflow.py   |  2 +-
 airflow/providers/google/cloud/sensors/dataflow.py | 74 +++++++++++++++++++++-
 .../providers/google/cloud/hooks/test_dataflow.py  | 31 +++++++++
 .../google/cloud/sensors/test_dataflow.py          | 34 +++++++++-
 6 files changed, 213 insertions(+), 4 deletions(-)