red8888 opened a new issue, #27058: URL: https://github.com/apache/airflow/issues/27058
### Description Python is one of the few languages gcp supports with an official library for making cloud sql connections: https://cloud.google.com/sql/docs/mysql/connect-connectors#python The package: https://pypi.org/project/cloud-sql-python-connector/ I couldnt find examples of this being supported for the airflow DB connection. Is it supported? By using this library you don't need direct network access or a separate proxy process to connect to a cloud sql DB. Also if you are using postgres you can use the iam integration so there is no static password. Supporting this would make deployments way simpler and more secure. ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
