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

[airflow] branch main updated (a770edfac4 -> 7e3a9fc858)

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

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


    from a770edfac4 Fix Scheduler crash when clear a previous run of a normal task that is now a mapped task (#29645)
     add 7e3a9fc858 Dataproc batches (#29136)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/cloud/hooks/dataproc.py   | 62 ++++++++++++++++
 .../providers/google/cloud/operators/dataproc.py   | 65 ++++++++++-------
 .../providers/google/cloud/hooks/test_dataproc.py  | 23 ++++++
 .../google/cloud/operators/test_dataproc.py        | 85 +++++++++++++++++++++-
 4 files changed, 206 insertions(+), 29 deletions(-)