Skip to content

Iterate through paginated API when exporting#83

Open
sfloyd-dts wants to merge 4 commits intoSparkDevNetwork:masterfrom
DTSChurch:master
Open

Iterate through paginated API when exporting#83
sfloyd-dts wants to merge 4 commits intoSparkDevNetwork:masterfrom
DTSChurch:master

Conversation

@sfloyd-dts
Copy link

Currently, this tool makes 1 request to the API and by default it seems it does an offset of 0 and limit of 1000 which may not bring back all the results needed.

This change will iterate through the pages via the API to get all the results as needed before continuing.

This was tested on live data with around 24k records to pull.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants