googleapis / python-bigquery-dataframes

BigQuery DataFrames
https://cloud.google.com/python/docs/reference/bigframes/latest
Apache License 2.0
187 stars 36 forks source link

Create a bpd.options.compute.application_name that can be used to amend user-agent or equivalent, even after a session has started #833

Open tswast opened 1 month ago

tswast commented 1 month ago

Some client libraries support additional HTTP headers per-request via the "metadata" parameter. For the client methods we use that don't provide such a mechanism (e.g. google-cloud-bigquery and some google-cloud-bigquery-storage APIs), we may need to improve the client library first.

tswast commented 1 month ago

Note: Update the integrations notebook (see: https://github.com/googleapis/python-bigquery-dataframes/pull/835) once this issue is resolved.