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 d3d847a Swap dag import error dropdown icons (#18207)
add 2474f89 Migrate Google Cloud Build from Discovery API to Python SDK
(#18184)
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 10 +
.../cloud/example_dags/example_cloud_build.py | 168 +++-
.../providers/google/cloud/hooks/cloud_build.py | 620 ++++++++++--
.../google/cloud/operators/cloud_build.py | 1030 +++++++++++++++++---
.../operators/cloud/cloud_build.rst | 339 ++++++-
setup.py | 1 +
.../google/cloud/hooks/test_cloud_build.py | 382 ++++----
.../google/cloud/operators/test_cloud_build.py | 410 +++++---
.../cloud/operators/test_cloud_build_system.py | 6 +-
9 files changed, 2375 insertions(+), 591 deletions(-)