Skip to content

Commit 7322843

Browse 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

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
@@ -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)