It would be extremely useful to have an option to paginate over the output of a Promote Alteryx model.
For example, suppose the output of a model is :
[
{
"object_id": 1
"class" : 1
},
{
"object_id": 2
"class" : 0
}
...
]
...if that output contains hundred of thousands of items, it could be important to be able to paginate over that output instead of returning the whole thing at once and risking a timeout.