[
https://issues.apache.org/jira/browse/AIRFLOW-4557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jarek Potiuk resolved AIRFLOW-4557.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
1.10.4
> The get_sqlproxy_runner() method of the CloudSqlDatabaseHook requires you to
> use the google_cloud_default_connection
> --------------------------------------------------------------------------------------------------------------------
>
> Key: AIRFLOW-4557
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4557
> Project: Apache Airflow
> Issue Type: Bug
> Affects Versions: 1.10.3
> Reporter: Andrew Harmon
> Assignee: Andrew Harmon
> Priority: Minor
> Fix For: 1.10.4, 2.0.0
>
>
> The get_sqlproxy_runner method of the CloudSqlDatabaseHook returns an
> instance of CloudSqlProxyRunner. This class allows you to specify a
> connection, but the method isn't passing in that parameter. Therefore the
> default value `google_cloud_default` always gets used for the
> CloudSqlProxyRunner.
> the desired action should be that the CloudSqlProxyRunner uses the connection
> specified in the CloudSqlDatabaseHook
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)