cloud-sql-python-connector
cloud-sql-python-connector copied to clipboard
Create `asyncpg` connections using pre-configured SSLSocket
Need to update Python Connector to allow asyncpg
connections through the use of a pre-configured SSLSocket or asyncio equivalent in order to unblock future IAM checks requiring a socket read/write prior to connecting to Cloud SQL.
Similar to current pymysql implementation but through the use of asyncio's loop.create_connection()
This will require an up-stream patch to the asyncpg library.
https://github.com/MagicStack/asyncpg/issues/1054