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 2020/12/28 15:50:12 UTC

[airflow] branch master updated (f7d354d -> 04ec45f)

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

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


    from f7d354d  Print better error message when tests fail (#13339)
     add 04ec45f  Add DataprocCreateWorkflowTemplateOperator (#13338)

No new revisions were added by this update.

Summary of changes:
 .../google/cloud/example_dags/example_dataproc.py  | 32 ++++++++++-
 .../providers/google/cloud/operators/dataproc.py   | 67 +++++++++++++++++++++-
 .../operators/cloud/dataproc.rst                   | 24 ++++++++
 tests/always/test_project_structure.py             |  1 -
 .../google/cloud/operators/test_dataproc.py        | 39 +++++++++++++
 5 files changed, 160 insertions(+), 3 deletions(-)