Include sqlalchemy/VERSION in the user-agent string when constructing BQ client(s) #98
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.
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
The text was updated successfully, but these errors were encountered: