Hello folks, I came to know about airbyte through...
# ask-community-for-troubleshooting
a
Hello folks, I came to know about airbyte through a google search. We are trying to connect postgres data with BigQuery I am now trying to run airbyte on my laptop before proposing this as a solution to my team. While exploring, I have hit a roadblock, where I am not able to establish connection with my locally running pg server. the setup connection request fails every times Initially I was trying a default super user (:P) to connect, later I created a user with read privileges as per the guides. But things didn't improve Some observations - the
airbyte-bootloader
and
init
docker containers exited with 0 status . (if this helps in any way) TIA Anubhav
The host provided in the setup
localhost
and
127.0.0.1
both failed
m
did you try docker.host.internal or the direct IP to your container?
a
This worked, thanks