Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 7322843

Browse filesBrowse files
tswastLinchin
andauthored
docs: clarify that only jobs.query and jobs.getQueryResults are affec… (#2349)
…ted by page_size in query_and_wait Fixes internal issue b/433324499 Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕 Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
1 parent 4f67ba2 commit 7322843
Copy full SHA for 7322843

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Open diff view settings
Collapse file

‎google/cloud/bigquery/client.py‎

Copy file name to clipboardExpand all lines: google/cloud/bigquery/client.py
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3655,6 +3655,11 @@ def query_and_wait(
36553655
page_size (Optional[int]):
36563656
The maximum number of rows in each page of results from the
36573657
initial jobs.query request. Non-positive values are ignored.
3658+
3659+
This parameter only affects the jobs.query and
3660+
jobs.getQueryResults API calls. Large results downloaded with
3661+
the BigQuery Storage Read API are intentionally unaffected
3662+
by this parameter.
36583663
max_results (Optional[int]):
36593664
The maximum total number of rows from this request.
36603665

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.