Bigquery: add ability to restrict Client class to particular dataset #6042
Labels
api: bigquery
Issues related to the BigQuery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
type: question
Request for information or clarification. Not an issue.
We have a multi-tenant approach, and want to be able to create multiple "binds" to different "databases", much like you can with traditional databases like postgres.
This started as a discussion in in the bigquery sqlalchemy dialect project:
googleapis/python-bigquery-sqlalchemy#24
googleapis/python-bigquery-sqlalchemy#25
Especially in this comment:
googleapis/python-bigquery-sqlalchemy#25 (comment)
It would elegantly solve all our problems to add the ability to restrict the
Client
class to a specific dataset.This might be related to this existing issue, but it doesn't seem to be the priority.
#5183
We would be happy to put together a pull request for this if it's a welcome change.
Thanks!
The text was updated successfully, but these errors were encountered: