add user-agent "dbt-{version}" to the BigQuery connection #2121
Labels
bigquery
enhancement
New feature or request
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Milestone
Describe the feature
Add an user-agent "dbt-{version}" to the BigQuery connection.
Who will this benefit?
Google can keep track of the most popular libraries used with BigQuery - and then use this information to prioritize features and recognize the most useful tools. This is done by populating the user-agent string with the corresponding "application name" and version information.
Reference
This is a similar issue and code:
The API definition for ClientInfo.user_agent:
Where the change would be applied:
The text was updated successfully, but these errors were encountered: