Hi All,
I’m using lookerAPI to try and circumvent looker’s 5000 row limit, but when I change the limit to over 1,000,000, I run into an error:
“[{‘looker_error’: ‘Refusing to run query with large limit 999223 that Looker cannot stream incrementally. Please choose a smaller limit or remove table calculations.’}]”
Is there a way to be able to pull all the data I need incrementally (for example, first do elements 1-50,000, then 50,001 to 100,000, etc)?