[Source Stripe] Syntax error at or near "authorization" during normalization #32670
Replies: 2 comments 5 replies
-
hey @MaximilianSoerenPollak, anyway you can post more of the loglines? What is the destination you are using for this sync? It seems like there is an issue with some datatypes coming from one of the stripe streams that is causing an exception to be raised in the destination, which then causes the worker to timeout, which causes temporal to stop the sync and report a failure. |
Beta Was this translation helpful? Give feedback.
-
So an update on this. Any other further ideas what might be doable here to triangulage the issue? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
so I'm recently trying to get a Stripe connector to work. It's on the newest version currently, but the connector always fails with one of three issues.
These are:
message='activity Heartbeat timeout', timeoutType=TIMEOUT_TYPE_HEARTBEAT...
syntax error at or near "authorization" LINE 32: add column authorization text,...
syntax error at or near "." LINE 52: drop column customer.call_report__all_conver...
I'm not sure I can influence any of these as we have no custom transformation beyond the normalization that Airbyte offers.
I have already tried to completely delete the corresponding tables in the destination Table to have a 'clean' slate for it to replicate to, but that also did not help as the same errors happened again.
Also tried was to completely reset the connector -> i.e. make a new one and delete old one, also no change in the outcome sadly.
Did anybody encounter these issues, and if so could you fix them?
Thanks for your help and advice
Beta Was this translation helpful? Give feedback.
All reactions