Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
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.

Add table_constraints field to Table model #1754

@dimkonko

Description

@dimkonko

Is your feature request related to a problem? Please describe.
I'd like to get the Table.table_constraints value returned from the API. The model is described in the API reference: https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#tableconstraints.
This will allow to proceed with googleapis/google-cloud-python#15788

Describe the solution you'd like
I'd like to add table_constraints field to Table model and serialize the value from the API response.

Describe alternatives you've considered
For python-bigquery-sqlalchemy we can get the values from the Table instance _properties directly. But the serialized value is better and allows to access the data using public interface.

Additional context
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: bigqueryIssues related to the googleapis/python-bigquery API.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions