-
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.31.0
head repository: googleapis/python-bigquery
compare: v2.32.0
- 16 commits
- 32 files changed
- 11 contributors
Commits on Dec 2, 2021
-
test: check extreme DATE/DATETIME values can be loaded from pandas Da…
…taFrame (#1078) 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) Towards #1076 🦕 (edit: moved to googleapis/python-db-dtypes-pandas#45 )
Configuration menu - View commit details
-
Copy full SHA for be6eb34 - Browse repository at this point
Copy the full SHA be6eb34View commit details
Commits on Dec 6, 2021
-
docs: add sample for revoking dataset access (#778)
* revoke dataset access setup * basic template for sample * sample + test * revoke dataset access sample * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md * docs: add sample for revoking dataset access - update year and string formatting * docs: add sample for revoking dataset access - move to snippets and change parameter pattern for readibility * moving update_dataset to /snippets and adjusting imports on both revoke_access and update_access * Update samples/snippets/revoke_dataset_access.py removed nested START/END tags Co-authored-by: Tim Swast <swast@google.com> * Update samples/snippets/revoke_dataset_access.py update readability in API request Co-authored-by: Tim Swast <swast@google.com> * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md * updated test * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/master/packages/owl-bot/README.md * change after running test * resolving linting failure, rewriting test * removed relative import errors * remove relative mport from update_dataset_access * adding fixture to conftest.py * updated sample * updating sample to match new update_access sample * fixing region tags * consolidated tests into one file for both methods * updating test to full_dataset format * updated revoke sample * updating test * refactored sample * Update samples/snippets/conftest.py * Update samples/snippets/revoke_dataset_access.py Co-authored-by: Tim Swast <swast@google.com> * Update samples/snippets/update_dataset_access.py Co-authored-by: Tim Swast <swast@google.com> * Update samples/snippets/revoke_dataset_access.py Co-authored-by: Tim Swast <swast@google.com> * Update samples/snippets/revoke_dataset_access.py Co-authored-by: Tim Swast <swast@google.com> * refactoring entry * added comment for entry access * Update samples/snippets/README.rst Co-authored-by: Tim Swast <swast@google.com> * Update samples/snippets/dataset_access_test.py Co-authored-by: Tim Swast <swast@google.com> * Update samples/snippets/dataset_access_test.py Co-authored-by: Tim Swast <swast@google.com> * added develper TODO in sample * add comments to samples Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Tim Swast <swast@google.com> Co-authored-by: Peter Lamut <plamut@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com> Co-authored-by: meredithslota <meredithslota@google.com>
Configuration menu - View commit details
-
Copy full SHA for effd673 - Browse repository at this point
Copy the full SHA effd673View commit details
Commits on Dec 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 44221f4 - Browse repository at this point
Copy the full SHA 44221f4View commit details
Commits on Dec 14, 2021
-
feat: support authorized dataset entity (#1075)
* feat: support authorized dataset entity * cleanup * add test and cache the resource from from_api_repr in a _properties value * lint * update samples to use enums * update to_api_repr and add tests * refactor
Configuration menu - View commit details
-
Copy full SHA for c098cd0 - Browse repository at this point
Copy the full SHA c098cd0View commit details -
chore(deps): update all dependencies (#1005)
* chore(deps): update all dependencies * exclude new geopandas from python 3.6 Co-authored-by: Tim Swast <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for 4a3ab03 - Browse repository at this point
Copy the full SHA 4a3ab03View commit details
Commits on Dec 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dc42670 - Browse repository at this point
Copy the full SHA dc42670View commit details -
chore(deps): update all dependencies (#1089)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-api-core](https://togithub.com/googleapis/python-api-core) | `==2.3.0` -> `==2.3.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [importlib-metadata](https://togithub.com/python/importlib_metadata) | `==4.8.2` -> `==4.8.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-api-core</summary> ### [`v2.3.2`](https://togithub.com/googleapis/python-api-core/releases/v2.3.2) [Compare Source](https://togithub.com/googleapis/python-api-core/compare/v2.3.1...v2.3.2) ##### Bug Fixes - fix: exclude function target from retry deadline exceeded exception message ([#​318](https://www.togithub.com/googleapis/python-api-core/issues/318)) ([34ebdcc](https://togithub.com/googleapis/python-api-core/commit/34ebdcc251d4f3d7d496e8e0b78847645a06650b)) ### [`v2.3.1`](https://togithub.com/googleapis/python-api-core/compare/v2.3.0...v2.3.1) [Compare Source](https://togithub.com/googleapis/python-api-core/compare/v2.3.0...v2.3.1) </details> <details> <summary>python/importlib_metadata</summary> ### [`v4.8.3`](https://togithub.com/python/importlib_metadata/blob/HEAD/CHANGES.rst#v483) [Compare Source](https://togithub.com/python/importlib_metadata/compare/v4.8.2...v4.8.3) \====== - [#​357](https://togithub.com/python/importlib_metadata/issues/357): Fixed requirement generation from egg-info when a URL requirement is given. </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-bigquery).
Configuration menu - View commit details
-
Copy full SHA for 750c15d - Browse repository at this point
Copy the full SHA 750c15dView commit details
Commits on Dec 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 881c081 - Browse repository at this point
Copy the full SHA 881c081View commit details
Commits on Jan 4, 2022
-
test: avoid flake if connections were already open at start (#1096)
Configuration menu - View commit details
-
Copy full SHA for 9e0ce1f - Browse repository at this point
Copy the full SHA 9e0ce1fView commit details
Commits on Jan 5, 2022
-
chore(deps): update all dependencies (#1091)
* chore(deps): update all dependencies * don't directly depend on cachetools * remove importlib metadata as direct dependency * remove zipp which comes from transitive dependency Co-authored-by: Tim Swast <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for dcb8728 - Browse repository at this point
Copy the full SHA dcb8728View commit details
Commits on Jan 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 82e0a7c - Browse repository at this point
Copy the full SHA 82e0a7cView commit details
Commits on Jan 10, 2022
-
README: Update supported Python versions (#1100)
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) - [x] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕 To match the Trove classifiers on PyPI:  https://pypi.org/project/google-cloud-bigquery/
Configuration menu - View commit details
-
Copy full SHA for ef1f2cb - Browse repository at this point
Copy the full SHA ef1f2cbView commit details
Commits on Jan 11, 2022
-
chore(samples): Add check for tests in directory (#1103)
Source-Link: googleapis/synthtool@52aef91 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:36a95b8f494e4674dc9eee9af98961293b51b86b3649942aac800ae6c1f796d4 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 18ee0b7 - Browse repository at this point
Copy the full SHA 18ee0b7View commit details
Commits on Jan 12, 2022
-
fix: remove query text from exception message, use `exception.debug_m…
…essage` instead (#1105) Since query text can potentially contain sensitive information, remove it from the default exception message. This information is useful for debugging, so provide a `debug_message` attribute, which is not included in the exception representation (and thus the logs). Fixes internal issue 211616590
Configuration menu - View commit details
-
Copy full SHA for e23114c - Browse repository at this point
Copy the full SHA e23114cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 073c9d3 - Browse repository at this point
Copy the full SHA 073c9d3View commit details
Commits on Jan 13, 2022
-
chore(main): release 2.32.0 (#1104)
🤖 I have created a release *beep* *boop* --- ## [2.32.0](v2.31.0...v2.32.0) (2022-01-12) ### Features * support authorized dataset entity ([#1075](#1075)) ([c098cd0](c098cd0)) ### Bug Fixes * remove query text from exception message, use `exception.debug_message` instead ([#1105](#1105)) ([e23114c](e23114c)) --- 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 643b333 - Browse repository at this point
Copy the full SHA 643b333View 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.31.0...v2.32.0