Jack Wotherspoon

Results 97 issues of Jack Wotherspoon

The [Cloud SQL Python Connector](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector) would like to support database connections to Cloud SQL using psycopg2. In order to do so we require the ability to pass in an existing...

### Is your feature request related to a problem? Not currently able to support aiomysql with [Cloud SQL Python Connector](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector). ### Describe the solution you'd like The [Cloud SQL Python...

enhancement

As part of moving testing builds over to Github Actions #1222 a couple tests became flaky. They are currently being skipped to unblock builds, this issue is to re-enable the...

priority: p2
type: cleanup

### Describe the use case `sqlalchemy.create_engine` has a `creator` argument that allows a user to pass in a callable which returns a DBAPI connection to be used when creating connection...

PRs welcome
use case
asyncio

Updating README badge to link to corresponding `Actions` build page and not just the `.svg` image. Example: test out clicking badge [here](https://github.com/jackwotherspoon/actions/blob/master/README.md)

As part of #8250 we are adding new region tags for consistency across languages. Removal of old `cloud_sql_XXX_sqlalchemy_sslcerts` region tags from samples will be required once docs have been updated...

type: cleanup
priority: p3
samples

[Django](https://www.djangoproject.com/) is one of the most widely used Python web frameworks. We should look at providing samples on how to connect to a Cloud SQL database using the Python Connector...

type: cleanup
priority: p1
type: docs

When adding IAM database users to either MySQL or Postgres the user or service account username is formatted in a certain way that differs across database engine types. This is...

type: feature request
priority: p2

PR that investigates adding connection pooling with SQLAlchemy internally to provide a basic usage and reduce code required for users to connect. Also hides workaround code to provide support for...

needs work

The Cloud SQL Python Connector recommends using our library with connection pooling (usually through [SQLAlchemy](https://www.sqlalchemy.org/) library) However, currently SQLAlchemy's `create_async_engine` method does not allow the use of an asynchronous `creator`...

type: feature request
priority: p1