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 adbe4e256e6 Add view_url for DagBundles (#45126)
add 68c7f895749 Implement AlloyDB create/update/delete user and backups
operators (#45378)
No new revisions were added by this update.
Summary of changes:
.../operators/cloud/alloy_db.rst | 89 ++
.../providers/google/cloud/hooks/alloy_db.py | 429 ++++++++-
.../providers/google/cloud/links/alloy_db.py | 46 +
.../providers/google/cloud/operators/alloy_db.py | 599 +++++++++++-
.../src/airflow/providers/google/provider.yaml | 2 +
.../tests/google/cloud/hooks/test_alloy_db.py | 323 ++++++-
.../tests/google/cloud/links/test_alloy_db.py | 38 +-
.../tests/google/cloud/operators/test_alloy_db.py | 1013 ++++++++++++++++++++
.../google/cloud/alloy_db/example_alloy_db.py | 99 ++
9 files changed, 2633 insertions(+), 5 deletions(-)