Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

chore: move version to gapic_version.py - #537

Merged
tswast merged 3 commits into
mainfrom
migrate-to-templated-owlbot-py-setup-py
Nov 30, 2022
Merged

chore: move version to gapic_version.py#537
tswast merged 3 commits into
mainfrom
migrate-to-templated-owlbot-py-setup-py

Conversation

@parthea

@parthea parthea commented Nov 30, 2022

Copy link
Copy Markdown
Contributor

This PR includes the following changes:

  • Configure release-please to use a manifest file
  • Clean up owlbot.py
  • Clean up setup.py
  • Move the hardcoded version out of setup.py and into gapic_version.py. Also, add a corresponding gapic_version.py files for the v1 and v1beta2 client.
  • Configure release-please to update the version in gapic_version.py and autogenerated snippets json files.
(py39) partheniou@partheniou-vm-2:~/.repo/python-bigquery-storage$ python3
Python 3.9.13 (main, Nov 29 2022, 19:17:35) 
[GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import google.cloud.bigquery_storage
>>> import google.cloud.bigquery_storage_v1
>>> import google.cloud.bigquery_storage_v1beta2
>>> google.cloud.bigquery_storage.__version__
'2.16.2'
>>> google.cloud.bigquery_storage_v1.__version__
'2.16.2'
>>> google.cloud.bigquery_storage_v1beta2.__version__
'2.16.2'
@product-auto-label product-auto-label Bot added size: xl Pull request size is extra large. api: bigquerystorage Issues related to the googleapis/python-bigquery-storage API. labels Nov 30, 2022
@parthea
parthea force-pushed the migrate-to-templated-owlbot-py-setup-py branch from 6faebfe to 5fa967f Compare November 30, 2022 16:17
@parthea
parthea force-pushed the migrate-to-templated-owlbot-py-setup-py branch from 5fa967f to 117ef9a Compare November 30, 2022 16:18
@parthea

parthea commented Nov 30, 2022

Copy link
Copy Markdown
Contributor Author

Samples tests are failing with Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. This issue was resolved

@parthea
parthea marked this pull request as ready for review November 30, 2022 16:53
@parthea
parthea requested a review from a team as a code owner November 30, 2022 16:53
@parthea
parthea requested review from a team, leahecole and loferris November 30, 2022 16:53
@tswast
tswast merged commit ad62c22 into main Nov 30, 2022
@tswast
tswast deleted the migrate-to-templated-owlbot-py-setup-py branch November 30, 2022 19:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquerystorage Issues related to the googleapis/python-bigquery-storage API. size: xl Pull request size is extra large.

2 participants