tap-rest-api-msdk
tap-rest-api-msdk copied to clipboard
Paginate until no records or limit
Hello, There are some APIs that don't have a next page identifier in the response, the only way is to keep querying until a manual limit or until the API gives 0 items.
Is this possible with this Tap?
I could try to do a PR with an extra Paginator for this, if it is not possible right now.
I do not believe that is supported, so if you are able to add a PR, that would be the quickest path to adding support for it.
fwiw starting with 0.35.0 (see https://github.com/meltano/sdk/pull/1918) the sdk will exit the pagination loop if the page contains no records :)