You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2020/11/27 12:03:26 UTC

[airflow] branch master updated (c084393 -> e1ebfa6)

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

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


    from c084393  Allows mounting local sources for github run-id images (#12650)
     add e1ebfa6  Add DataflowJobMessagesSensor and DataflowAutoscalingEventsSensor (#12249)

No new revisions were added by this update.

Summary of changes:
 .../google/cloud/example_dags/example_dataflow.py  |  37 +++-
 airflow/providers/google/cloud/hooks/dataflow.py   | 118 +++++++++++-
 airflow/providers/google/cloud/sensors/dataflow.py | 198 +++++++++++++++++++++
 .../providers/google/cloud/hooks/test_dataflow.py  | 106 +++++++++++
 .../google/cloud/sensors/test_dataflow.py          | 171 +++++++++++++++++-
 5 files changed, 626 insertions(+), 4 deletions(-)