I am following this tutorial, and it works great for me. Until I try to connect to my PostgreSQL database.
https://cloud.google.com/workflows/docs/tutorials/batch-and-workflows
How to add a database connection that works?
Hi @OlgaP,
Welcome to Google Cloud Community!
You're having trouble connecting to a PostgreSQL database in your Google Cloud Batch Workflow. Here are two options:
1. Use Cloud SQL Connector for Python:
2. Use Cloud SQL Auth Proxy container:
Steps for option 2:
For detailed instructions, check these resources: