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 2023/02/03 21:37:04 UTC

[airflow] branch main updated (d37ef064a4 -> 872df121e2)

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

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


    from d37ef064a4 Fixed link to airflow variable in docs (#29338)
     add 872df121e2 Add deferrable capability to existing ``DataprocDeleteClusterOperator`` (#29349)

No new revisions were added by this update.

Summary of changes:
 .../providers/google/cloud/operators/dataproc.py   | 50 +++++++++++-
 .../providers/google/cloud/triggers/dataproc.py    | 91 ++++++++++++++++++++++
 .../operators/cloud/dataproc.rst                   |  8 ++
 .../google/cloud/operators/test_dataproc.py        | 42 ++++++++++
 .../example_dataproc_cluster_deferrable.py         |  3 +
 5 files changed, 190 insertions(+), 4 deletions(-)