python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Does airflow support the cloud-sql-python-connector for connecting to CloudSQL Postgres?
Airflow uses SQLAlchemy to connect to the DB: https://airflow.apache.org/docs/apache-airflow/stable/howto/set-up-database.html#database-uri
Google has official support for connecting to CloudSQL via t...

red888
Votes: 0
Answers: 1
Avoid high daily charges with Cloud SQL
So I am in a developing mode, and within 10 days of developing, I had a 300$ bill to Google.
What I did :
Created a test table, and added records to it - text and numbers.
Performed multiple queries,...
baltiturg
Votes: 0
Answers: 1
Access SQL from a cloud function in another project
My situation is simple.
I have a Google Cloud Function in Project A accessing a PostgreSQL instance in Project A. It works great.
Now I need another Google Cloud Function from project B to access the ...

OlgaPp
Votes: 0
Answers: 1
GCP cloud sql export is failing with an unknown error from console, gcloud sql export shows an error it is taking longer time than expected
I tried exporting from Console, also using offload export.
I tried using gcloud sql export command and I have also tried wait command.
gcloud sql export sql instance-name gs://bucket/filename.gz --dat...
Dhruva Teja Padmam
Votes: 0
Answers: 1