You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, Python Client for Google BigQuery does not support resource_tags in Table class. This limitation makes it challenging to programmatically manage resource tags.
Describe the solution you'd like
Add support for resource_tags in Table class, enabling users to set, update, and retrieve tags using the client library, similar to how other metadata fields are managed.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, Python Client for Google BigQuery does not support
resource_tags
inTable
class. This limitation makes it challenging to programmatically manage resource tags.Describe the solution you'd like
Add support for
resource_tags
inTable
class, enabling users to set, update, and retrieve tags using the client library, similar to how other metadata fields are managed.The text was updated successfully, but these errors were encountered: