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
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
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.