p13rr0m commented on code in PR #44564:
URL: https://github.com/apache/airflow/pull/44564#discussion_r1866860931
##########
providers/src/airflow/providers/google/cloud/hooks/cloud_sql.py:
##########
@@ -590,25 +614,36 @@ def _get_credential_parameters(self) -> list[str]:
extras =
GoogleBaseHook.get_connection(conn_id=self.gcp_conn_id).extra_dejson
key_path = get_field(extras, "key_path")
keyfile_dict = get_field(extras, "keyfile_dict")
- if key_path:
- credential_params = ["-credential_file", key_path]
+ credential_params = []
+
Review Comment:
Blank line contains whitespace
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]