Stop sync from an API when a certain number of pages is reached #48594
Replies: 3 comments 6 replies
-
|
https://docs.airbyte.com/connector-development/config-based/understanding-the-yaml-file/pagination#cursor |
Beta Was this translation helpful? Give feedback.
-
|
Przemysław Dąbek (@szemek) thank you for the response! but actually, i do know how to use cursor and stop condition. The problem is that in the stop condition, I can't check the current page num so I can't make the sync stop when a certain number of pages has been reached. Could you shade some lights on this? |
Beta Was this translation helpful? Give feedback.
-
|
Hi! This discussion hasn't had activity in over a year. Is this still relevant to you? If so, please reply and we'll keep it open. If we don't hear back within 14 days, we'll close this as part of our housekeeping. You can always reopen or create a new discussion later. Thanks! |
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.
-
Hi! We're trying Airbyte to download data from some API.
This API support cursor-based pagination
So we perform sync every day, and each time we want to only paginate through the first N pages.
However, I can't get my head around doing this by using the connector builder.
Is it possible to make sync stop when a certain number of pages is reached with connector builder or even low-code builder?
Is there a way for me to define a custom variable and keep increment it by myself so I can use it in the stop condition?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions