We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5785a commit d8bceadCopy full SHA for d8bcead
google/cloud/bigquery/client.py
@@ -3638,6 +3638,11 @@ def query_and_wait(
3638
page_size (Optional[int]):
3639
The maximum number of rows in each page of results from the
3640
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.
3646
max_results (Optional[int]):
3647
The maximum total number of rows from this request.
3648
0 commit comments