BigQuery-Python icon indicating copy to clipboard operation
BigQuery-Python copied to clipboard

Queries results limited

Open 0ruben opened this issue 8 years ago • 1 comments

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

0ruben avatar Aug 30 '16 10:08 0ruben

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.

hagino3000 avatar Oct 11 '16 10:10 hagino3000