You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
API reference: https://cloud.google.com/bigquery/docs/reference/rest/v2/tables/list
The properties
creationTimeandexpirationTimenow appear in the API results forlist_tables(). ThecreationTimeproperties 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.expiresneeds a corresponding property.https://github.com/GoogleCloudPlatform/google-cloud-python/blob/62740078538ea84167705c15bf109c1a2737c648/bigquery/google/cloud/bigquery/table.py#L546-L556