You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2023/03/03 10:28:54 UTC

[airflow] branch main updated (47ab0ca629 -> 3fc9461654)

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

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


    from 47ab0ca629 Move help message to the google auth code (#29888)
     add 3fc9461654 Add `CloudSQLCloneInstanceOperator` (#29726)

No new revisions were added by this update.

Summary of changes:
 airflow/providers/google/cloud/hooks/cloud_sql.py  | 27 +++++++
 .../providers/google/cloud/operators/cloud_sql.py  | 92 ++++++++++++++++++++++
 .../operators/cloud/cloud_sql.rst                  | 43 ++++++++++
 .../providers/google/cloud/hooks/test_cloud_sql.py | 26 ++++++
 .../google/cloud/operators/test_cloud_sql.py       | 31 ++++++++
 .../google/cloud/cloud_sql/example_cloud_sql.py    | 19 ++++-
 6 files changed, 237 insertions(+), 1 deletion(-)