Reputation: 1690
I am trying to connect Google Data Studio to PostgreSQL using my local host, but it throws me an error. I have also tried using the inet_server_address
as local host, provided by using the following command:
select inet_server_addr( ), inet_server_port( );
Upvotes: 0
Views: 2365
Reputation: 3168
Data Studio does not run locally so it can't connect to your server using localhost
hostname. Your best bet is to expose the local server to internet and putting in your public IP in the config for Data Studio.
Upvotes: 1