Airbyte can not parse the string received from source #36500
Unanswered
faprusso
asked this question in
Connector Questions
Replies: 0 comments
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.
-
Hi!
i have a custom API connector and i am trying to extract one stream with my transactions and another stream with the transactions details from this connector (each stream has a different endpoint).
So my Parent Stream is transactions_daily which provides the Parent Key 'id', which is the input for my transaction_detail. The problem is airbyte can not parse the string received from source in my transaction_details stream.
The id are being queued and as this go bigger the API cant handle the number of requests.
Does anyone know how to resolve thtat? Cheers
Beta Was this translation helpful? Give feedback.
All reactions