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;


Doesn't work

Select * from Reports Limit 100, 100;


So almost impossible to display analytics logs/reports in a table without nextToken/offset
Was this page helpful?