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 2020/05/23 06:42:47 UTC

[airflow] branch master updated (db70da2 -> cf5cf45)

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

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


    from db70da2  Flush pending Sentry exceptions before exiting (#7232)
     add cf5cf45  Support YAML input for CloudBuildCreateOperator (#8808)

No new revisions were added by this update.

Summary of changes:
 .../cloud/example_dags/example_cloud_build.py      | 10 +++++++
 .../cloud/example_dags/example_cloud_build.yaml}   |  5 ++--
 .../providers/google/cloud/hooks/cloud_build.py    |  2 +-
 .../google/cloud/operators/cloud_build.py          | 35 +++++++++++++++++-----
 docs/howto/operator/gcp/cloud_build.rst            |  9 ++++++
 .../google/cloud/operators/test_cloud_build.py     | 31 +++++++++++++++++++
 6 files changed, 81 insertions(+), 11 deletions(-)
 copy airflow/{serialization/__init__.py => providers/google/cloud/example_dags/example_cloud_build.yaml} (91%)