Sophia
05/30/2023, 2:10 PMv0.44.4
.
I'm blocked on combining Record Selector
and Cursor Pagination
. I could not have all data from next pages, I got data from the first page only, if I set the Record Selector
is content
. In contrast, I will have all data thanks to Cursor Pagination
but I could not use the result as parent stream for other sub streams.
Do we have any way to combine them to get all data and useful for sub streams ? Could you help me please 🙏
You could refer my configuration file and the original data structure which ingested from API below.Joe Reuter (Airbyte)
05/30/2023, 2:17 PMJoe Reuter (Airbyte)
05/30/2023, 2:18 PMJoe Reuter (Airbyte)
05/30/2023, 2:19 PMJoe Reuter (Airbyte)
05/30/2023, 2:20 PM{{ not response.nextPageId }}
should be enough for your caseSophia
05/30/2023, 2:28 PM