Any chance to support `offset` or

Any chance to support offset or nextToken to fetch analytics data with pagination ? Currently only limit is supported in SQL. Works
Select * from Reports Limit 100;
Select * from Reports Limit 100;
Doesn't work
Select * from Reports Limit 100, 100;
Select * from Reports Limit 100, 100;
So almost impossible to display analytics logs/reports in a table without nextToken/offset
2 Replies
Abhi
Abhi4mo ago
Did you figure out a way to implement pagination ?
Vikash
VikashOP4mo ago
No, we can't paginate.
Want results from more Discord servers?
Add your server