-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migrate code from googleapis/python-bigquery-reservation #10261
Commits on Jul 20, 2023
-
chore: add reservation quickstart and test (#25)
* chore: add quickstart and test This PR introduces code for a reservation quickstart, but does not include the wiring for augmenting kokoro/nox/etc to include it in testing. This will be addressed in subsequent changes. * blacken * use new samples template * use samples template * move imports to sample * add type hints * add type hints * format strings * revert noxfile * use env var from noxfile Co-authored-by: Tim Swast <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for df69248 - Browse repository at this point
Copy the full SHA df69248View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a29d6 - Browse repository at this point
Copy the full SHA e8a29d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a5913 - Browse repository at this point
Copy the full SHA a3a5913View commit details -
chore(deps): update dependency pytest to v6.2.3 (#96)
Co-authored-by: Tim Swast <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for a101a20 - Browse repository at this point
Copy the full SHA a101a20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 132d579 - Browse repository at this point
Copy the full SHA 132d579View commit details -
chore(deps): update dependency google-cloud-bigquery-reservation to v…
…1.2.0 (#127) [![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-cloud-bigquery-reservation](https://github.com/googleapis/python-bigquery-reservation) | `==1.1.0` -> `==1.2.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-reservation/1.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-reservation/1.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-reservation/1.2.0/compatibility-slim/1.1.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-reservation/1.2.0/confidence-slim/1.1.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-bigquery-reservation</summary> ### [`v1.2.0`](https://github.com/googleapis/python-bigquery-reservation/blob/master/CHANGELOG.md#​120-httpswwwgithubcomgoogleapispython-bigquery-reservationcomparev110v120-2021-06-30) [Compare Source](https://github.com/googleapis/python-bigquery-reservation/compare/v1.1.0...v1.2.0) ##### Features - add always_use_jwt_access ([#​123](https://www.github.com/googleapis/python-bigquery-reservation/issues/123)) ([3123e99](https://www.github.com/googleapis/python-bigquery-reservation/commit/3123e99e8e288dcfb3627f77610c90060654bee4)) - support self-signed JWT flow for service accounts ([4d52ed9](https://www.github.com/googleapis/python-bigquery-reservation/commit/4d52ed91ae9eaa7ec6091138c134e682c9434853)) ##### Bug Fixes - add async client to %name\_%version/init.py ([4d52ed9](https://www.github.com/googleapis/python-bigquery-reservation/commit/4d52ed91ae9eaa7ec6091138c134e682c9434853)) - disable always_use_jwt_access ([32b279f](https://www.github.com/googleapis/python-bigquery-reservation/commit/32b279f0666a55c66e87c347ed7e913c2a9267a7)) - disable always_use_jwt_access ([#​126](https://www.github.com/googleapis/python-bigquery-reservation/issues/126)) ([32b279f](https://www.github.com/googleapis/python-bigquery-reservation/commit/32b279f0666a55c66e87c347ed7e913c2a9267a7)) - exclude docs and tests from package ([#​117](https://www.github.com/googleapis/python-bigquery-reservation/issues/117)) ([4f90792](https://www.github.com/googleapis/python-bigquery-reservation/commit/4f90792c26c8e47aad5a52267c713723e661efa3)) - require google-api-core >= 1.22.2 ([#​90](https://www.github.com/googleapis/python-bigquery-reservation/issues/90)) ([3f0fff7](https://www.github.com/googleapis/python-bigquery-reservation/commit/3f0fff779d880df0648b7bcf59df01c4cacd4ca3)) ##### Documentation - omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#​1127](https://www.github.com/googleapis/python-bigquery-reservation/issues/1127)) ([#​120](https://www.github.com/googleapis/python-bigquery-reservation/issues/120)) ([7d65f87](https://www.github.com/googleapis/python-bigquery-reservation/commit/7d65f877f6814aed37f68116b52e200585587c58)), closes [#​1126](https://www.github.com/googleapis/python-bigquery-reservation/issues/1126) - Update the README to reflect that this library is GA ([#​112](https://www.github.com/googleapis/python-bigquery-reservation/issues/112)) ([7bca7a9](https://www.github.com/googleapis/python-bigquery-reservation/commit/7bca7a9b6d73d8c8ee522c8ac930192fad49da57)) </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. 🔕 **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/python-bigquery-reservation).
Configuration menu - View commit details
-
Copy full SHA for 8521bfd - Browse repository at this point
Copy the full SHA 8521bfdView commit details -
chore(deps): update dependency google-cloud-bigquery-reservation to v…
…1.2.1 (#135) Co-authored-by: gcf-merge-on-green[bot] <60162190+gcf-merge-on-green[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for a75eca4 - Browse repository at this point
Copy the full SHA a75eca4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0482206 - Browse repository at this point
Copy the full SHA 0482206View commit details -
docs: samples for managing reservations (#144)
TODO: Testing these samples requires a capacity commitment. I created on manually on my dev project, but I think we'll want to programmatically create one in our CI project(s). 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-reservation/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) Fixes #56 🦕
Configuration menu - View commit details
-
Copy full SHA for 10221ef - Browse repository at this point
Copy the full SHA 10221efView commit details -
chore: migrate default branch from master to main (#153)
* chore: migrate default branch from master to main * Blacken owlbot.py * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 84b5217 - Browse repository at this point
Copy the full SHA 84b5217View commit details -
Configuration menu - View commit details
-
Copy full SHA for 993c7c1 - Browse repository at this point
Copy the full SHA 993c7c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa15a8a - Browse repository at this point
Copy the full SHA aa15a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89766f2 - Browse repository at this point
Copy the full SHA 89766f2View commit details -
chore(deps): update dependency google-cloud-bigquery-reservation to v…
…1.3.1 (#168) [![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-cloud-bigquery-reservation](https://github.com/googleapis/python-bigquery-reservation) | `==1.3.0` -> `==1.3.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-reservation/1.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-reservation/1.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-reservation/1.3.1/compatibility-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-reservation/1.3.1/confidence-slim/1.3.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-bigquery-reservation</summary> ### [`v1.3.1`](https://github.com/googleapis/python-bigquery-reservation/blob/master/CHANGELOG.md#​131-httpswwwgithubcomgoogleapispython-bigquery-reservationcomparev130v131-2021-09-24) [Compare Source](https://github.com/googleapis/python-bigquery-reservation/compare/v1.3.0...v1.3.1) </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. 🔕 **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/python-bigquery-reservation).
Configuration menu - View commit details
-
Copy full SHA for 36c969a - Browse repository at this point
Copy the full SHA 36c969aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1641bc0 - Browse repository at this point
Copy the full SHA 1641bc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd638d7 - Browse repository at this point
Copy the full SHA cd638d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a86ef4 - Browse repository at this point
Copy the full SHA 7a86ef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8333f86 - Browse repository at this point
Copy the full SHA 8333f86View commit details -
Configuration menu - View commit details
-
Copy full SHA for d66e9a0 - Browse repository at this point
Copy the full SHA d66e9a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a0b79c - Browse repository at this point
Copy the full SHA 7a0b79cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e54c0 - Browse repository at this point
Copy the full SHA a6e54c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c20a9 - Browse repository at this point
Copy the full SHA 41c20a9View commit details -
test: cleanup capacity commitments leftover from failed samples tests (…
…#224) * test: cleanup capacity commitments leftover from failed samples tests * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * try session scope * handle failed commitments in cleanup Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 2c1fd8c - Browse repository at this point
Copy the full SHA 2c1fd8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 767bfad - Browse repository at this point
Copy the full SHA 767bfadView commit details -
Configuration menu - View commit details
-
Copy full SHA for 171f354 - Browse repository at this point
Copy the full SHA 171f354View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3620b84 - Browse repository at this point
Copy the full SHA 3620b84View commit details -
chore(python): use black==22.3.0 (#243)
Source-Link: googleapis/synthtool@6fab84a Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:7cffbc10910c3ab1b852c05114a08d374c195a81cdec1d4a67a1d129331d0bfe
Configuration menu - View commit details
-
Copy full SHA for 8c60da5 - Browse repository at this point
Copy the full SHA 8c60da5View commit details -
chore(python): add nox session to sort python imports (#257)
Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7f55093 - Browse repository at this point
Copy the full SHA 7f55093View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8fadf - Browse repository at this point
Copy the full SHA 5f8fadfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aa0324 - Browse repository at this point
Copy the full SHA 3aa0324View commit details -
chore(deps): update all dependencies (#276)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 3bdef5e - Browse repository at this point
Copy the full SHA 3bdef5eView commit details -
chore(deps): update all dependencies (#289)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * revert Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for d1d1255 - Browse repository at this point
Copy the full SHA d1d1255View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32a5fd1 - Browse repository at this point
Copy the full SHA 32a5fd1View commit details -
chore(deps): update dependency pytest to v7.1.3 (#304)
* chore(deps): update all dependencies * revert Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for e0a96f6 - Browse repository at this point
Copy the full SHA e0a96f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for aefb07b - Browse repository at this point
Copy the full SHA aefb07bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23e3da0 - Browse repository at this point
Copy the full SHA 23e3da0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2385a0f - Browse repository at this point
Copy the full SHA 2385a0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0180e0 - Browse repository at this point
Copy the full SHA d0180e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80ae473 - Browse repository at this point
Copy the full SHA 80ae473View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1a9a6b - Browse repository at this point
Copy the full SHA e1a9a6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5935dc0 - Browse repository at this point
Copy the full SHA 5935dc0View commit details -
feat: enable "rest" transport in Python for services supporting numer…
…ic enums (#339) * feat: enable "rest" transport in Python for services supporting numeric enums PiperOrigin-RevId: 508143576 Source-Link: googleapis/googleapis@7a702a9 Source-Link: googleapis/googleapis-gen@6ad1279 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmFkMTI3OWMwZTdhYTc4N2FjNmI2NmM5ZmQ0YTIxMDY5MmVkZmZjZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: enable "rest" transport in Python for services supporting numeric enums PiperOrigin-RevId: 508143576 Source-Link: googleapis/googleapis@7a702a9 Source-Link: googleapis/googleapis-gen@6ad1279 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmFkMTI3OWMwZTdhYTc4N2FjNmI2NmM5ZmQ0YTIxMDY5MmVkZmZjZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * update samples and system test to use REST * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 7110a38 - Browse repository at this point
Copy the full SHA 7110a38View commit details -
chore(deps): update dependency google-cloud-bigquery-reservation to v…
…1.10.0 (#341) Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for 65de231 - Browse repository at this point
Copy the full SHA 65de231View commit details -
Configuration menu - View commit details
-
Copy full SHA for 479ac49 - Browse repository at this point
Copy the full SHA 479ac49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a2dcd - Browse repository at this point
Copy the full SHA 75a2dcdView commit details -
chore(deps): update dependency pytest to v7.3.1 (#354)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for b8131db - Browse repository at this point
Copy the full SHA b8131dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebaabcf - Browse repository at this point
Copy the full SHA ebaabcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb61b03 - Browse repository at this point
Copy the full SHA cb61b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88c746d - Browse repository at this point
Copy the full SHA 88c746dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d2cf7d - Browse repository at this point
Copy the full SHA 8d2cf7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 658f48c - Browse repository at this point
Copy the full SHA 658f48cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 035a688 - Browse repository at this point
Copy the full SHA 035a688View commit details -
Configuration menu - View commit details
-
Copy full SHA for 270ad34 - Browse repository at this point
Copy the full SHA 270ad34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 677a4a1 - Browse repository at this point
Copy the full SHA 677a4a1View commit details