Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: sync main into v3 branch#1109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
tswast merged 17 commits intov3fromsync-v3
Jan 20, 2022
Merged

chore: sync main into v3 branch#1109

tswast merged 17 commits intov3fromsync-v3
Jan 20, 2022

Conversation

@tswast
Copy link
Contributor

Towards#1021

renovate-botand others added11 commitsDecember 16, 2021 19:22
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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` | [![age](https://badges.renovateapi.com/packages/pypi/google-api-core/2.3.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-api-core/2.3.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-api-core/2.3.2/compatibility-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-api-core/2.3.2/confidence-slim/2.3.0)](https://docs.renovatebot.com/merge-confidence/) || [importlib-metadata](https://togithub.com/python/importlib_metadata) | `==4.8.2` -> `==4.8.3` | [![age](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.8.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.8.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.8.3/compatibility-slim/4.8.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/importlib-metadata/4.8.3/confidence-slim/4.8.2)](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 ([#&#8203;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)\======-   [#&#8203;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).
* chore(deps): update all dependencies* don't directly depend on cachetools* remove importlib metadata as direct dependency* remove zipp which comes from transitive dependencyCo-authored-by: Tim Swast <swast@google.com>
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:![image](https://user-images.githubusercontent.com/1324225/148646991-cc536f1f-4389-4cd9-9995-276c9aa7245a.png)https://pypi.org/project/google-cloud-bigquery/
Source-Link:googleapis/synthtool@52aef91Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:36a95b8f494e4674dc9eee9af98961293b51b86b3649942aac800ae6c1f796d4Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
…essage` instead (#1105)Since query text can potentially contain sensitive information, remove it fromthe default exception message. This information is useful for debugging, soprovide a `debug_message` attribute, which is not included in the exceptionrepresentation (and thus the logs).Fixes internal issue 211616590
🤖 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).
@tswasttswast requested a review froma teamJanuary 13, 2022 19:56
@tswasttswast requested review froma team ascode ownersJanuary 13, 2022 19:56
@product-auto-labelproduct-auto-labelbot added the api: bigqueryIssues related to the googleapis/python-bigquery API. labelJan 13, 2022
@tswasttswast added the do not mergeIndicates a pull request not ready for merge, due to either quality or timing. labelJan 13, 2022
@tswast
Copy link
ContributorAuthor

Marking "do not merge" as a reminder to use a merge commit. Ready for review. No conflicts this time except in__version__.

@tswast
Copy link
ContributorAuthor

Filed#1110 for test failures. I believe it was caused by the refactor ingoogleapis/python-bigquery-storage#366

System tests are passing, so I think it's just an issue with how we're mocking in the unit tests.

renovate-botand others added2 commitsJanuary 14, 2022 14:43
* chore(deps): update all dependencies* test: limit deps versions by python* remove pyproj, as it is only a transitive dependencyCo-authored-by: Tim Swast <swast@google.com>Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Source-Link:googleapis/synthtool@69fda12Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ae600f36b6bc972b368367b6f83a1d91ec2c82a4a116b383d67d547c56fe6de3Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>Co-authored-by: Tim Swast <swast@google.com>
msuozzoand others added4 commitsJanuary 18, 2022 10:21
* fix: Make gc check resilient to broken weakrefsIn some python deployments (I believe macOS is one), weakref objects aren't guaranteed to exist across gc collections. The proposed check pattern is also used in tensorflow [0] which ran into similar issues a few years ago.[0]:https://github.com/tensorflow/tensorflow/blob/master/tensorflow/python/framework/errors_test.py#L33* fix: add pragma for coverage* Fix whitespace
)Source-Link:googleapis/synthtool@4760d8dPost-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f0e4b51deef56bed74d3e2359c583fc104a8d6367da3984fc5c66938db738828Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Copy link
Contributor

@shollymanshollyman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I gave this a cursory scan given its nature as a merge, and my not having a lot of context on the branch delta currently. If you need me to take a deeper look let me know.

@tswast
Copy link
ContributorAuthor

Thanks@shollyman . All of these commits have been reviewed at least once before, so a cursory look should be sufficient. The only conflicts I had to deal with were in some samples requirements.txt files.

@tswasttswast merged commitb67b255 intov3Jan 20, 2022
@tswasttswast deleted the sync-v3 branchJanuary 20, 2022 15:14
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@shollymanshollymanshollyman approved these changes

@stephaniewang526stephaniewang526Awaiting requested review from stephaniewang526

@loferrisloferrisAwaiting requested review from loferrisloferris was automatically assigned from googleapis/python-samples-owners

+1 more reviewer

@plamutplamutplamut approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.do not mergeIndicates a pull request not ready for merge, due to either quality or timing.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

7 participants

@tswast@shollyman@plamut@renovate-bot@parthea@hugovk@msuozzo

[8]ページ先頭

©2009-2025 Movatter.jp