cloud-sql-python-connector icon indicating copy to clipboard operation
cloud-sql-python-connector copied to clipboard

A Python library for connecting securely to your Cloud SQL instances.

Results 74 cloud-sql-python-connector issues
Sort by recently updated
recently updated
newest added

Add `__del__` to `Connector` to close background resources upon garbage collection. Reminder to test that destructor does not cause timeouts as seen in #1000

type: feature request
priority: p2

Note: #959 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: fb58373293568336e66cdc96d84e0c00d1b7178a buildURL: https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/actions/runs/7889811575 status: failed

type: bug
priority: p2
flakybot: issue
flakybot: flaky

The behavior where someone passes a valid instance connection name for a Cloud SQL instance but for the wrong driver is slightly ambiguous currently. (ex. instance connection name for a...

type: feature request
priority: p2

### Question Hello, I have a Flask app (using Flask-SqlAlchemy extension) that I am serving with Gunicorn. If I try to use the connector (in the way it's defined for...

type: feature request
priority: p2

### Bug Description We use the connector with IAM Auth + Cloud SQL for Postgres. It generally works okay, but we are occasionally seeing errors on shut down of our...

type: cleanup
priority: p2
type: docs

Note: #955 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 82da41050992de2eddfeae5a81a434192e88d134 buildURL: https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/actions/runs/7690206566 status: failed

type: bug
priority: p2
flakybot: issue
flakybot: flaky

### Feature Description When a Connector is running on a machine that goes to sleep for more than 1 hour, when the machine awakes, it will have an expired certificate....

type: feature request
priority: p2

Remove use of `exec` as recommended here https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/pull/906#discussion_r1399356173 Will complete once https://github.com/googleapis/gapic-generator-python/blob/2ad9be28500972777cec69097be6581eaefb89e4/gapic/templates/setup.py.j2#L22-L25 has been rolled out so that a `googleapis` PR as template.

type: cleanup
priority: p2

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...

type: feature request
priority: p2