This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 54aa234052 update CloudSqlInstanceImportOperator to
CloudSQLImportInstanceOperator (#23800)
54aa234052 is described below
commit 54aa23405240b9db553bf639de85b2d86364420b
Author: ishiis <[email protected]>
AuthorDate: Fri May 20 08:02:22 2022 +0900
update CloudSqlInstanceImportOperator to CloudSQLImportInstanceOperator
(#23800)
---
docs/apache-airflow-providers-google/operators/cloud/cloud_sql.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow-providers-google/operators/cloud/cloud_sql.rst
b/docs/apache-airflow-providers-google/operators/cloud/cloud_sql.rst
index 8aa691d54f..0e9a2a872c 100644
--- a/docs/apache-airflow-providers-google/operators/cloud/cloud_sql.rst
+++ b/docs/apache-airflow-providers-google/operators/cloud/cloud_sql.rst
@@ -278,7 +278,7 @@ as shown in the example:
.. _howto/operator:CloudSQLImportInstanceOperator:
-CloudSqlInstanceImportOperator
+CloudSQLImportInstanceOperator
------------------------------
Imports data into a Cloud SQL instance from a SQL dump or CSV file in Cloud
Storage.