This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Commit 7322843
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 7322843Copy full SHA for 7322843
File tree
Expand file treeCollapse file tree
1 file changed
+5
-0
lines changedOpen diff view settings
Filter options
- google/cloud/bigquery
Expand file treeCollapse file tree
1 file changed
+5
-0
lines changedOpen 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 number | Diff line number | Diff line change |
|---|---|---|
| ||
3655 | 3655 | |
3656 | 3656 | |
3657 | 3657 | |
| 3658 | + |
| 3659 | + |
| 3660 | + |
| 3661 | + |
| 3662 | + |
3658 | 3663 | |
3659 | 3664 | |
3660 | 3665 | |
|
0 commit comments