https://prefect.io logo
j

Jorge Madrid

07/11/2023, 3:13 AM
Hi, I'm deployed prefect using the helm chart, I would like to connect to a CloudSQL instance using SSL certificates without any luck. The documentation says that I should be able to use a libpq connection URI format, but after some research looks like the
asyncpg
library does not directly support the SSL configuration through the connection string. Is there any other way to connect to the database using the Helm chart?