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

### Feature Description The current Cloud SQL Python connector is great. But in it's current form, when used via Apache Beam/Google Cloud Dataflow, it is not recognized as an official...

type: feature request
priority: p2

Bumps [zipp](https://github.com/jaraco/zipp) from 3.10.0 to 3.19.1. Changelog Sourced from zipp's changelog. v3.19.1 Bugfixes Improved handling of malformed zip files. (#119) v3.19.0 Features Implement is_symlink. (#117) v3.18.2 No significant changes. v3.18.1...

dependencies

:robot: I have created a release *beep* *boop* --- ## [1.11.0](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.10.0...v1.11.0) (2024-07-09) ### Features * invalidate cache on bad connection info and IP lookup ([#1118](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1118)) ([672dc4e](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/672dc4e8b853e5b2ac1b44da889466b6693381da)) ### Bug Fixes *...

autorelease: pending

This commit adds retry behavior to the two SQL Admin API calls. Any response that results in a 50x error will now be retried up to 5 times with exponential...

We are currently improperly using [`asyncio.Event` ](https://docs.python.org/3/library/asyncio-sync.html#event) in our code. Event is meant to be used with the `wait` coroutine to hold coroutine from running until the `set()` is called....

### Bug Description This can occur when sqlalchemy attempts to create a new connection in the context of event loop that is not the event loop that cloud-sql-python-connector is using....

type: feature request
priority: p3

Today, the Python Connector for async usage does not allow being called across multiple event loops. However, we do not explicitly define that logic nor make it clear via an...

### Feature Description The Cloud SQL Python Connector currently only supports `verify-ca` as it's highest level of [SSL/TLS client verification](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBQ-SSL-CERTIFICATES). > verify-ca: verify that the server is trustworthy by checking...

type: feature request
priority: p1

### Bug Description Tried to install latest `cloud-sql-python-connector` pypi package into `GCP Composer` but failed. Tried it on both images: `composer-2.6.1-airflow-2.6.3` `composer-2.7.1-airflow-2.7.3` The following `cloud-sql-python-connector` pypi package version installed successfully:...

type: bug
priority: p2

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v4.2.1` -> `v4.2.2` | | [actions/setup-python](https://redirect.github.com/actions/setup-python) |...