diff --git a/google/cloud/bigquery/client.py b/google/cloud/bigquery/client.py index e3a3cdb11..54c8886cd 100644 --- a/google/cloud/bigquery/client.py +++ b/google/cloud/bigquery/client.py @@ -3655,6 +3655,11 @@ def query_and_wait( page_size (Optional[int]): The maximum number of rows in each page of results from the initial jobs.query request. Non-positive values are ignored. + + This parameter only affects the jobs.query and + jobs.getQueryResults API calls. Large results downloaded with + the BigQuery Storage Read API are intentionally unaffected + by this parameter. max_results (Optional[int]): The maximum total number of rows from this request.