How to choose the proper record selector #32748
Replies: 3 comments
-
@suhl79 it looks the response is the path to the current object data, correct? |
Beta Was this translation helpful? Give feedback.
-
I'm running into this same issue, where the response has an array of strings and not an array of objects, and I cannot figure out the dpath expression to use with Airbyte that will let me select it as my record selector. I was expecting to use this stream's response to fetch an array of IDs which I would use as a parent stream for another stream that will fetch the details for each of these IDs. Is this currently possible in Airbyte using the low-code connector builder? A recipe/tutorial on how to do this would be really helpful. |
Beta Was this translation helpful? Give feedback.
-
I have a similar issue. I need to read "meter.serials" from my API and the response looks like this:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm struggling to figure out the proper record selector for the following JSON response when using Connector Builder.
Record selector set to getUris results with "No records could be extracted from responses"
Record selector set to response, getUris results with "ERROR string indices must be integers"
Record selector set to response, * results with "ERROR list indices must be integers or slices, not str"
I already tried all the combinations of record selectors I could imagine. What am I missing to select these string values from this array and get them recognized as proper records by Airbyte? This seems to be trivial but not in this case.
Response:
Beta Was this translation helpful? Give feedback.
All reactions