potiuk commented on a change in pull request #12558:
URL: https://github.com/apache/airflow/pull/12558#discussion_r537811227
##########
File path: airflow/providers/google/cloud/hooks/cloud_sql.py
##########
@@ -709,10 +714,10 @@ class CloudSQLDatabaseHook(BaseHook): # noqa
in the connection URL
:type default_gcp_project_id: str
"""
-
conn_name_attr = 'gcp_cloudsql_conn_id'
default_conn_name = 'google_cloud_sql_default'
- conn_type = 'gcpcloudsql'
+ conn_type = 'gcpcloudsqldb'
Review comment:
h yeah. Mistake in doc
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]