potiuk commented on a change in pull request #12558:
URL: https://github.com/apache/airflow/pull/12558#discussion_r537793066



##########
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:
       It should stay like that for backwards compatibility. It makes sense 
because those are really posfgres/mysql connections but they need to have 
different set of parameters.  




----------------------------------------------------------------
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]


Reply via email to