- Notifications
You must be signed in to change notification settings - Fork321
Comparing changes
Open a pull request
base repository:googleapis/python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
base:v2.30.1
head repository:googleapis/python-bigquery
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.31.0
- 10commits
- 33files changed
- 7contributors
Commits on Nov 8, 2021
deps: support OpenTelemetry >= 1.1.0 (#1050)
plamut authoredNov 8, 2021 process: make mypy happy with type annotations (#1036)
* process: add mypy types check to nox sessions* Ignore type errors for not annotated modulesSeveral dependencies lack type annotations, or they don't advertisethemselves as type-annotated. We do not want `mypy` to complain aboutthese.* 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 checksMore 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 docstringCo-authored-by: Tim Swast <swast@google.com>* Add mypy to the list of nox sessions to run* Fix opentelemetry type errorThe Opentelemetry APi has changed from the minimum version theBigQuery client currently uses, we thus need to bound the maximumOpentelemetry version.In addition, that maximum version does not yet support type checks, thusit is ignored.* 🦉 Updates from OwlBotSeehttps://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 opentelemetryCo-authored-by: Tim Swast <swast@google.com>Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Commits on Nov 10, 2021
chore: use gapic-generator-python 0.56.2 (#1056)
* chore: update Java and Python dependenciesPiperOrigin-RevId: 408420890Source-Link:googleapis/googleapis@2921f9fSource-Link:googleapis/googleapis-gen@6598ca8Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjU5OGNhOGNiYmY1MjI2NzMzYTA5OWM0NTA2NTE4YTVhZjZmZjc0YyJ9* 🦉 Updates from OwlBotSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.mdCo-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Commits on Nov 16, 2021
chore: update doc links from googleapis.dev to cloud.google.com (#1062)
dandhlee authoredNov 16, 2021 chore: revert update doc links from googleapis.dev to cloud.google.com (
tswast authoredNov 16, 2021 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
plamut authoredNov 16, 2021
Commits on Nov 19, 2021
feat: promote
RowIterator.to_arrow_iterableto public method (#1073)* feat: promote `to_arrow_iterable` to public method* use correct version number* Update google/cloud/bigquery/table.pyCo-authored-by: Tim Swast <swast@google.com>
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()
plamut authoredNov 24, 2021
Commits on Dec 2, 2021
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
release-please[bot] authoredDec 2, 2021
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
Uh oh!
There was an error while loading.Please reload this page.