You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by le...@apache.org on 2021/07/07 20:37:57 UTC

[airflow] branch main updated (5a5f30f -> b0f7f91)

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

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


    from 5a5f30f  Add 'queued' to DagRunState (#16854)
     add b0f7f91  Standardise dataproc location param to region (#16034)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/CHANGELOG.rst             |   1 -
 .../google/cloud/example_dags/example_dataproc.py  |  22 +-
 airflow/providers/google/cloud/hooks/dataproc.py   | 246 ++++++++++++----
 .../providers/google/cloud/operators/dataproc.py   |  94 ++++--
 airflow/providers/google/cloud/sensors/dataproc.py |  28 +-
 .../providers/google/cloud/hooks/test_dataproc.py  | 315 +++++++++++++++++++--
 .../google/cloud/operators/test_dataproc.py        | 249 ++++++++++++++--
 .../google/cloud/sensors/test_dataproc.py          |  53 +++-
 8 files changed, 849 insertions(+), 159 deletions(-)