-
Notifications
You must be signed in to change notification settings - Fork 312
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery
base: v2.6.2
head repository: googleapis/python-bigquery
compare: v2.7.0
- 11 commits
- 17 files changed
- 5 contributors
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2788736 - Browse repository at this point
Copy the full SHA 2788736View commit details
Commits on Jan 13, 2021
-
feature: raise error for unknown properties in job config (#446)
* feature: warn about unknown properties in job config * fix: raise error instead of warning * fix: use hasattr instead of __dict__ * fix bad merge * fix system test that sets wrong property Co-authored-by: Tim Swast <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1526e39 - Browse repository at this point
Copy the full SHA 1526e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7fc252 - Browse repository at this point
Copy the full SHA d7fc252View commit details
Commits on Jan 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 80944f0 - Browse repository at this point
Copy the full SHA 80944f0View commit details
Commits on Jan 20, 2021
-
refactor: move system tests into
tests/system
directory (#475)This aligns more closely with the templates from synthtool. 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: - [x] 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 - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Towards #366
Configuration menu - View commit details
-
Copy full SHA for 9f6556c - Browse repository at this point
Copy the full SHA 9f6556cView commit details
Commits on Jan 22, 2021
-
chore(deps): update dependency grpcio to v1.35.0 (#477)
@tswast confirmed this is ok to merge and that broken docs-presubmit is unrelateed
Configuration menu - View commit details
-
Copy full SHA for cac9062 - Browse repository at this point
Copy the full SHA cac9062View commit details -
fix: use explicitly given project over the client's default project f…
…or load jobs (#482) * fix: use project parameter if given for load jobs * blacken client tests * Refactor string concatenations in client tests * Silence invalid coverage complaint
Configuration menu - View commit details
-
Copy full SHA for 530e1e8 - Browse repository at this point
Copy the full SHA 530e1e8View commit details
Commits on Jan 25, 2021
-
fix: invalid conversion of timezone-aware datetime values to JSON (#480)
* fix: correctly convert timezone-aware datetimes * blacken * Remove python-dateutil test dependency * Remove unused dst() methods
Configuration menu - View commit details
-
Copy full SHA for 61b4385 - Browse repository at this point
Copy the full SHA 61b4385View commit details
Commits on Jan 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f187fb0 - Browse repository at this point
Copy the full SHA f187fb0View commit details -
deps: declare support for Python 3.9 (#488)
Towards #462. With wheels for `pyarrow==3.0.0` released we can now officially support Python 3.9 - well, at least after when we add Python 3.9 checks to Kokoro. PR checklist: - [x] 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 - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary)
Configuration menu - View commit details
-
Copy full SHA for 55daa7d - Browse repository at this point
Copy the full SHA 55daa7dView commit details -
🤖 I have created a release \*beep\* \*boop\* --- ## [2.7.0](https://github.com/googleapis/python-bigquery/compare/v2.6.2...v2.7.0) (2021-01-27) ### Bug Fixes * invalid conversion of timezone-aware datetime values to JSON ([#480](https://github.com/googleapis/python-bigquery/issues/480)) ([61b4385](https://github.com/googleapis/python-bigquery/commit/61b438523d305ce66a68fde7cb49e9abbf0a8d1d)) * reading the labels attribute on Job instances ([#471](https://github.com/googleapis/python-bigquery/issues/471)) ([80944f0](https://github.com/googleapis/python-bigquery/commit/80944f080bcc4fda870a6daf1d884de616d39ae7)) * use explicitly given project over the client's default project for load jobs ([#482](https://github.com/googleapis/python-bigquery/issues/482)) ([530e1e8](https://github.com/googleapis/python-bigquery/commit/530e1e8d8fe8939e914a78ff1b220907c1b87af7)) ### Dependencies * declare support for Python 3.9 ([#488](https://github.com/googleapis/python-bigquery/issues/488)) ([55daa7d](https://github.com/googleapis/python-bigquery/commit/55daa7da9857a8a2fb14a80a4efa3f466386a85f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for d5735ea - Browse repository at this point
Copy the full SHA d5735eaView 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.6.2...v2.7.0