-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.
Description
Is your feature request related to a problem? Please describe.
There is no mention in the current docs if a google.cloud.bigquery.Client() instance can safely be shared among threads. This question is similar to googleapis/google-cloud-python#7421
Describe the solution you'd like
Some docs at e.g. https://googleapis.dev/python/bigquery/latest/generated/google.cloud.bigquery.client.Client.html#google.cloud.bigquery.client.Client explaining if a google.cloud.bigquery.Client() can safely be reused among threads.
Describe alternatives you've considered
I searched this repository for mentions of "bigquery" and "thread safe" but could not find any specific information.
zakura61
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.type: docsImprovement to the documentation for an API.Improvement to the documentation for an API.