Skip to content

Include sqlalchemy/VERSION in the user-agent string when constructing BQ client(s) #98

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

Closed
tswast opened this issue Mar 25, 2021 · 0 comments · Fixed by #100
Closed

Include sqlalchemy/VERSION in the user-agent string when constructing BQ client(s) #98

tswast opened this issue Mar 25, 2021 · 0 comments · Fixed by #100
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. type: process A process-related concern. May include testing, release, or the like.

Comments

@tswast
Copy link
Collaborator

tswast commented Mar 25, 2021

Is your feature request related to a problem? Please describe.

I'd like to be able to attribute requests from this library. This is useful for measuring the impact of this project and helping me prioritize engineering resources across our open source connectors.

Describe the solution you'd like

Construct a ClientInfo object and pass to the bigquery.Client constructor whereever we use it.

Describe alternatives you've considered

N/A

Additional context

@tswast tswast added api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. type: process A process-related concern. May include testing, release, or the like. labels Mar 25, 2021
@tswast tswast changed the title Include sqlachemy/VERSION in the user-agent string when constructing BQ client(s) Include sqlalchemy/VERSION in the user-agent string when constructing BQ client(s) Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant