简体   繁体   中英

How to connect Postgres DB to Google Data Studio

I have a cloud based Postgres DB that I want to connect to Google Data Studio, both are part of the same GC project. When I try to use the built in connector for postgres through Data Studio I receive error Error ID: ff6a9ba9. I know my DB is working because I can connect to it outside of Data Studio

I tried using the same Postgres public IP that I can connect to from my local machine but I had to whitelist that. The problem with connecting Data Studio is I don't know the IP address of that server, so I can't whitelist it. Is there a different type of connection to use within the same GCP Project (sort of how App Engine also requires the "Connection Name")?

Be sure to whitelist the following IP ranges listed under the NOTES section of this help document for Data Studio + Postgres connections: https://support.google.com/datastudio/answer/7288010?hl=en

Pls check this: Data Studio + Postgres connections: https://support.google.com/datastudio/answer/7288010?hl=en

However, I need to change 1 IP in the list, from: 142.251.74.0/23 into 142.251.74.0/24

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM