You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/14 12:21:48 UTC

[GitHub] [airflow] red8888 opened a new issue, #27058: Support the official google cloud sql connector

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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk closed issue #27058: Support the official google cloud sql connector

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #27058: Support the official google cloud sql connector 
URL: https://github.com/apache/airflow/issues/27058


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] boring-cyborg[bot] commented on issue #27058: Support the official google cloud sql connector

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #27058:
URL: https://github.com/apache/airflow/issues/27058#issuecomment-1278933852

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org