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 2021/11/26 20:53:04 UTC

[airflow] branch main updated (c97a2e8 -> bf68b9a)

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 c97a2e8  19489 - Pass client_encoding for postgres connections (#19827)
     add bf68b9a  Create dataproc serverless spark batches operator (#19248)

No new revisions were added by this update.

Summary of changes:
 .../google/cloud/example_dags/example_dataproc.py  |  49 +++
 airflow/providers/google/cloud/hooks/dataproc.py   | 219 ++++++++++++++
 .../providers/google/cloud/operators/dataproc.py   | 332 ++++++++++++++++++++-
 docs/apache-airflow-providers-google/index.rst     |   2 +-
 .../operators/cloud/dataproc.rst                   |  49 +++
 setup.py                                           |   2 +-
 .../providers/google/cloud/hooks/test_dataproc.py  | 118 ++++++++
 .../google/cloud/operators/test_dataproc.py        | 126 ++++++++
 .../google/cloud/operators/test_dataproc_system.py |   4 +
 9 files changed, 898 insertions(+), 3 deletions(-)