Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Currently, Python Client for Google BigQuery does not support
resource_tagsinTableclass. This limitation makes it challenging to programmatically manage resource tags.Describe the solution you'd like
Add support for
resource_tagsinTableclass, enabling users to set, update, and retrieve tags using the client library, similar to how other metadata fields are managed.