BigQuery: Add creationTime and expirationTime properties to TableListItem #5117
Labels
api: bigquery
Issues related to the BigQuery API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
API reference: https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/list
The properties
creationTime
andexpirationTime
now appear in the API results forlist_tables()
. ThecreationTime
properties is exposed asTable.created
. A similar property needs to appear onTableListItem
.https://github.com/GoogleCloudPlatform/google-cloud-python/blob/62740078538ea84167705c15bf109c1a2737c648/bigquery/google/cloud/bigquery/table.py#L387-L397
Likewise
Table.expires
needs a corresponding property.https://github.com/GoogleCloudPlatform/google-cloud-python/blob/62740078538ea84167705c15bf109c1a2737c648/bigquery/google/cloud/bigquery/table.py#L546-L556
The text was updated successfully, but these errors were encountered: