Daniel Manson

Results 15 issues of Daniel Manson

As it says in the title, I've added two new things here. The new docs in the readme and extra tests hopefully give sufficient explanation, but essentially I wanted an...

Not sure if i'm better asking this on the [cloud sql python connector repo](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector) or here, but I'm trying to understand how to effectively call `asyncpg.create_pool(...)` but make it work...

I am trying to build a CRM integration, whereby you sync a list of companies/people from Looker into our CRM (this is a private action hub action). This requires that...

This relates to [an issue](https://github.com/MagicStack/asyncpg/issues/1148) I created a few months back and then updated last week. GCP's [cloud-sql-python-connector](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/tree/main) offers asyncpg as one of its drivers - see logic [here](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/blob/f4ba6bba1ef004002fa934a72ad15048be220d98/google/cloud/sql/connector/connector.py#L317) -...

I'm using `bigquery_storage.BigQueryReadClient()` inside a [Prefect](https://www.prefect.io/) task, and if I run five or so instances of that task in parallel it seems to deadlock about 50% of the time. Wrapping...

api: bigquerystorage