I am trying to run a query on BigQuery table and store the the result in locally.
getQueryResults
API has maxResult
parameter. Which says I can specify maximum number of rows to fetch. However, even after specifying it to 10,000 it fetches only few rows and in random manner.
If I specify it to small number, i.e. 10, then it works perfectly fine.
is there a way I can force to fetch 10,000 rows ?
https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/getQueryResults