You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
I noticed when doing the refactor for STS that the list files code didn't support pagination even though the results are potentially paginated.
I didn't fix the bug?, since it was outside the scope of that PR.
Making an issue for community contribution or for us to not forget.
You can see the result for list file here
http://engineering.nike.com/cerberus-node-client/global.html#ListFileResult
if
has_next
=true
then thenext_offset
should be used foroffset
in the next call, standard sql pagination.I think there are 2 options
The text was updated successfully, but these errors were encountered: