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/08/06 08:32:37 UTC

[airflow] branch master updated (1e36666 -> 0103226)

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 1e36666  prevent DAG callback exception from crashing scheduler (#10096)
     add 0103226  Improve handling Dataproc cluster creation with ERROR state (#9593)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/cloud/hooks/dataproc.py   |  10 +-
 .../providers/google/cloud/operators/dataproc.py   | 167 ++++++++++++++++-----
 setup.py                                           |   2 +-
 .../providers/google/cloud/hooks/test_dataproc.py  |   1 +
 .../google/cloud/operators/test_dataproc.py        |  95 +++++++++++-
 5 files changed, 235 insertions(+), 40 deletions(-)