Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions google/cloud/bigquery/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3638,6 +3638,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.

Expand Down