-
Notifications
You must be signed in to change notification settings - Fork 316
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery
base: v2.30.1
head repository: googleapis/python-bigquery
compare: v2.31.0
- 10 commits
- 33 files changed
- 7 contributors
Commits on Nov 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4616cd5 - Browse repository at this point
Copy the full SHA 4616cd5View commit details -
process: make mypy happy with type annotations (#1036)
* process: add mypy types check to nox sessions * Ignore type errors for not annotated modules Several dependencies lack type annotations, or they don't advertise themselves as type-annotated. We do not want `mypy` to complain about these. * Fix mypy complaints (batch 1) * Fix mypy complaints (batch 2) * Fix mypy complaints (batch 3) * Fix mypy false positive errors * Simplify external config options instantiation * Do not ignore api-core in type checks More recent releases of google-api-core have typing enabled. * Remove unneeded __hash__ = None lines * Use an alias for timeout type in client.py * Fix PathLike subscription error in pre-Python 3.9 * Fix a typo in docstring Co-authored-by: Tim Swast <swast@google.com> * Add mypy to the list of nox sessions to run * Fix opentelemetry type error The Opentelemetry APi has changed from the minimum version the BigQuery client currently uses, we thus need to bound the maximum Opentelemetry version. In addition, that maximum version does not yet support type checks, thus it is ignored. * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Exclude type-checking code from coverage * Fix patching opentelemetry tracer pvoider * Adjust get_job() return type, ignore opentelemetry Co-authored-by: Tim Swast <swast@google.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 66b3dd9 - Browse repository at this point
Copy the full SHA 66b3dd9View commit details
Commits on Nov 10, 2021
-
chore: use gapic-generator-python 0.56.2 (#1056)
* chore: update Java and Python dependencies PiperOrigin-RevId: 408420890 Source-Link: googleapis/googleapis@2921f9f Source-Link: googleapis/googleapis-gen@6598ca8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjU5OGNhOGNiYmY1MjI2NzMzYTA5OWM0NTA2NTE4YTVhZjZmZjc0YyJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9a5a888 - Browse repository at this point
Copy the full SHA 9a5a888View commit details
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 942930e - Browse repository at this point
Copy the full SHA 942930eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7052054 - Browse repository at this point
Copy the full SHA 7052054View commit details -
feat: allow cell magic body to be a $variable (#1053)
* feat: allow cell magic body to be a $variable * Fix missing indefinitive article in error msg * Adjust test assertion to error message change * Refactor logic for extracting query variable * Explicitly warn about missing query variable name * Thest the query "variable" is not identifier case
Configuration menu - View commit details
-
Copy full SHA for 3a681e0 - Browse repository at this point
Copy the full SHA 3a681e0View commit details
Commits on Nov 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1b5dc5c - Browse repository at this point
Copy the full SHA 1b5dc5cView commit details
Commits on Nov 19, 2021
-
feat: promote
RowIterator.to_arrow_iterable
to public method (#1073)* feat: promote `to_arrow_iterable` to public method * use correct version number * Update google/cloud/bigquery/table.py Co-authored-by: Tim Swast <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for 21cd710 - Browse repository at this point
Copy the full SHA 21cd710View commit details
Commits on Nov 24, 2021
-
fix: apply timeout to all resumable upload requests (#1070)
* fix: apply timeout to all resumable upload requests * Fix stub in test case * Improve timeout type and other type annotations * Annnotate return type of _do_resumable_upload()
Configuration menu - View commit details
-
Copy full SHA for 3314dfb - Browse repository at this point
Copy the full SHA 3314dfbView commit details
Commits on Dec 2, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a135956 - Browse repository at this point
Copy the full SHA a135956View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.30.1...v2.31.0