Arvin Zheng
08/02/2022, 7:28 PMkubectl apply -k kube/overlays/stable
I am trying to create a Postgres source by connecting to the Postgres instance deployed as airbyte db, but got Check Connection Failed!
, I checked airbyte-server log and got
2022-08-02 19:27:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.16.41.115 POST 200 /api/v1/scheduler/sources/check_connection - {"connectionConfiguration":"REDACTED","sourceDefinitionId":"decd338e-5647-4c0b-adf4-da0e75f5a750"}
which made me feel like the connection is established successfully, what should I check next to proceed?Arvin Zheng
08/02/2022, 7:29 PMKevin Han
08/12/2022, 6:19 PMArvin Zheng
08/12/2022, 6:41 PM