Skip to content

Commit d8bcead

Browse files
authored
docs: clarify that only jobs.query and jobs.getQueryResults are affected by page_size in query_and_wait
Fixes internal issue b/433324499
1 parent 8d5785a commit d8bcead

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google/cloud/bigquery/client.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3638,6 +3638,11 @@ def query_and_wait(
36383638
page_size (Optional[int]):
36393639
The maximum number of rows in each page of results from the
36403640
initial jobs.query request. Non-positive values are ignored.
3641+
3642+
This parameter only affects the jobs.query and
3643+
jobs.getQueryResults API calls. Large results downloaded with
3644+
the BigQuery Storage Read API are intentionally unaffected
3645+
by this parameter.
36413646
max_results (Optional[int]):
36423647
The maximum total number of rows from this request.
36433648

0 commit comments

Comments
 (0)