-
Notifications
You must be signed in to change notification settings - Fork 1.7k
BigQuery: Add clustering_fields property to TableListItem #7682
Copy link
Copy link
Closed
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
API reference: https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/list
The property clustering.fields[] now appears in the API results for list_tables(). In the Table class, this property is exposed as Table.clustering_fields. A similar property needs to appear on TableListItem.
Related: #5117
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: bigqueryIssues related to the BigQuery API.Issues related to the BigQuery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.