Error 502 when connecting to Postgres in Airbyte

Summary

User deployed Airbyte on GKE using Helm and is encountering an HTTP 502 error when creating a connection to Postgres through the Airbyte UI.


Question

Hey Guys,
I deployed airbyte on GKE using helm. Now while creating a connection to postgres in airbyte using airbyte UI, I am getting an error
Airbyte is temporarily unavailable. Please try again. (HTTP 502)
Can any one of you help me understand this error?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

['gke', 'helm', 'docker', 'airbyte-ui', 'http-502']

when I had issues with a database source it was because it tried to scan the entire schema, which led to the backend timeouting
was on mssql source though
try to limit the number of tables the connector reads and see if it works