| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Also removing the same fallback in set_default_connection since it calls get_connection().
|
Changes Unknown when pulling da6ad6c on dhermes:storage-default-project-in-connection into * on GoogleCloudPlatform:master*. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
…ction STORAGE: Adding default project in get_connection.
* chore: include api error info in raised errors * format strings
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [protobuf](https://developers.google.com/protocol-buffers/) | minor | `==3.13.0` -> `==3.14.0` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/gapic-generator-python).
Source-Link: googleapis/synthtool@71a7297 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e8dcfd7cbfd8beac3a3ff8d3f3185287ea0625d859168cc80faccfc9a7a00455 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
use the pytest.mark.xfail decorator
| Back | FazBrowse Home | New Git URL |
Also removing the same fallback in set_default_connection since it calls get_connection().
FWIW: I came across this while trying to make implicit auth work in storage. The fact that get_connection requires arguments doesn't work well with _LazyProperty.