Stripe source to Snowflake destination connection failure #43355
Unanswered
leheriss
asked this question in
Connector Questions
Replies: 1 comment
-
hi @leheriss , did you find a fix? I am getting these errors when I attempt to launch concurrent syncs (I presume it's due to resource starvation but not getting enough information from the logs) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I am getting a
Failed to load resource: the server responded with a status of 502 (Bad Gateway)
when trying to set up a connection between a stripe account and snowflake. I am using airbyte OpenSource on an AWS EC2 instance.Airbyte version:
0.63.1
Stripe connector version:
5.4.5
snowflake connector version:
3.11.0
Here are some logs on my docker containers:
airbyte/worker
I also got some warning from the temporal container :
I tried increasing the
MAX_DISCOVER_WORKERS
env var to 15 and and theBASIC_AUTH_PROXY_TIMEOUT
variable to 1 hour but it did not change a anything.On Stripe side, I cannot see any calls made from Airbyte. The instance on which Airbyte is deployed does not have a CPU usage increase either. The source and destination tests are green though...
I am kind of stuck there, if anyone ever faced that kind of issue, I'd be glad to get some hints :)
Beta Was this translation helpful? Give feedback.
All reactions