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 2022/08/27 00:08:58 UTC

[airflow] branch main updated (62a46c1e18 -> c81178063a)

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 62a46c1e18 Added append_job_name parameter to DataflowTemplatedJobStartOperator (#25746)
     add c81178063a Cloud Build assets & system tests migration (AIP-47) (#25895)

No new revisions were added by this update.

Summary of changes:
 .../cloud/example_dags/example_cloud_build.py      | 265 ---------------------
 .../providers/google/cloud/links/cloud_build.py    | 125 ++++++++++
 .../google/cloud/operators/cloud_build.py          | 115 +++++++++
 airflow/providers/google/provider.yaml             |   4 +
 .../operators/cloud/cloud_build.rst                |  30 +--
 .../google/cloud/operators/test_cloud_build.py     |  33 ++-
 .../cloud/operators/test_cloud_build_system.py     |  55 -----
 .../operators/test_cloud_build_system_helper.py    | 147 ------------
 .../google/cloud/cloud_build}/__init__.py          |   0
 .../cloud/cloud_build/example_cloud_build.py       | 208 ++++++++++++++++
 .../cloud_build/example_cloud_build_trigger.py     | 152 ++++++++++++
 .../cloud/cloud_build/resources}/__init__.py       |   0
 .../resources}/example_cloud_build.yaml            |   0
 13 files changed, 641 insertions(+), 493 deletions(-)
 delete mode 100644 airflow/providers/google/cloud/example_dags/example_cloud_build.py
 create mode 100644 airflow/providers/google/cloud/links/cloud_build.py
 delete mode 100644 tests/providers/google/cloud/operators/test_cloud_build_system.py
 delete mode 100755 tests/providers/google/cloud/operators/test_cloud_build_system_helper.py
 copy {airflow/api_connexion => tests/system/providers/google/cloud/cloud_build}/__init__.py (100%)
 create mode 100644 tests/system/providers/google/cloud/cloud_build/example_cloud_build.py
 create mode 100644 tests/system/providers/google/cloud/cloud_build/example_cloud_build_trigger.py
 copy {airflow/api_connexion => tests/system/providers/google/cloud/cloud_build/resources}/__init__.py (100%)
 rename {airflow/providers/google/cloud/example_dags => tests/system/providers/google/cloud/cloud_build/resources}/example_cloud_build.yaml (100%)