Summary
Issue encountered when adding a Stripe connector to BigQuery via UI results in HTTP 504 error, while successful with Terraform. Extending timeout limit did not resolve the problem. Discover pods complete quickly with exit status 0, but no heartbeating messages in worker pods.
Question
Hi, we see a difference in behaviour when adding a stripe (v5.4.4 - 5.4.9) to bigquery (v2.6.3) connection via the UI vs terraform. With terraform, the change went through, but with the UI, the process consistently fails at the stream selection step with An unknown error occurred. (HTTP 504)
. We get the same error when clicking “Refreshing source schema”.
Extending the timeout limit as described https://github.com/airbytehq/airbyte/discussions/40738#discussioncomment-9962130|here didn’t help. The refreshes failed with either Failed to fetch
or still An unknown error occurred. (HTTP 504)
. I noticed the discover pods completed within a minute with exit status 0. In the worker pods, I also always see Received exit code 0 for pod <discover pod name>
, but unlike with a working connection/refresh, there were no Stopping temporal heartbeating...
and Temporal heartbeating stopped.
messages following this.
Could anyone help give me clues as to where I can further troubleshoot…? Is this something worth writing an issue for?
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.