-
Notifications
You must be signed in to change notification settings - Fork 1.7k
BigQuery: Add creationTime and expirationTime properties to TableListItem #5117
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 properties creationTime and expirationTime now appear in the API results for list_tables(). The creationTime properties is exposed as Table.created. A similar property needs to appear on TableListItem.
Likewise Table.expires needs a corresponding property.
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.