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
Hello, I don't know why but all of my queries are limited it can get maximum 100 000 rows per query
I see that there is a parameter allow_large_results in the original API and I added it in the query method in the dict query_data but it is still limited...
I use the synchronous "query" method.
Do you know what is going on ?
Thank you very much
The text was updated successfully, but these errors were encountered:
0ruben
changed the title
Queries result limited to 70 000 rows
Queries result limited
Aug 30, 2016
0ruben
changed the title
Queries result limited
Queries results limited
Aug 30, 2016
Now synchronous query method cannot return over 100,000 results at once.
You can fetch remaining rows with using get_query_rows method with offset parameter.
Hello, I don't know why but all of my queries are limited it can get maximum 100 000 rows per query
I see that there is a parameter allow_large_results in the original API and I added it in the query method in the dict query_data but it is still limited...
I use the synchronous "query" method.
Do you know what is going on ?
Thank you very much
The text was updated successfully, but these errors were encountered: