Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigQuery: Add creationTime and expirationTime properties to TableListItem #5117

Closed
tswast opened this issue Mar 26, 2018 · 1 comment
Closed
Assignees
Labels
api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@tswast
Copy link
Contributor

tswast commented Mar 26, 2018

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.

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

@tswast tswast added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. api: bigquery Issues related to the BigQuery API. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Mar 26, 2018
@JustinBeckwith JustinBeckwith added the 🚨 This issue needs some love. label Sep 22, 2018
@tseaver tseaver removed 🚨 This issue needs some love. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Oct 11, 2018
@tswast
Copy link
Contributor Author

tswast commented Apr 9, 2019

/cc @lbristol88

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

3 participants