Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Connecting to Postgres

I am trying to connect to a postgres database hosted on AWS. 

I am getting this cryptic error message:

Error ID: 73baa6d0

Appreciate deciphering this. 

0 4 211
4 REPLIES 4

Any help on this?

Post the structure of the dataset you're connecting including columns and datatypes. I saw you posted on another post that included some solutions, but I'll restate what I'd try.

1. Ensure that your columns do not contain capitals or weird characters. I would recommend using "column_name" rather than the common "columnName" as the capital will mess it up.

2. Ensure that you have added looker studio's IP to your whitelist in your postgres AWS database. Here is a link that gives instructions on this as well as the IP you should whitelist: link

Sincerely,

Dylan

tashfeenekram_0-1732031896102.png

Here are the columns. 

Also, the link is open to the world. I can access it through command line and other desktop tools

Is your AWS Postgresql through AWS RDS?