extensions icon indicating copy to clipboard operation
extensions copied to clipboard

[firestore-bigquery-export] Partition Expiration Setting

Open sabinayakc opened this issue 3 years ago • 1 comments

How to set partition expiration to the table created by this extension?

  • I had created a table using this extension with default partition set to MONTH and by TIMESTAMP. However, I would like to delete old partitions after a certain time period.
  • I know that by default Big Query moves the inactive partitions to long term storage.

Is this a feature we need to add to the extension? Currently I can't edit the Partition settings via the Big Query UI.

Thank you for your help.

image

sabinayakc avatar Dec 01 '22 21:12 sabinayakc

hi @sabinayakc

This looks to be another parameter we could add to the configuration options.

Adding to our project board for consideration.

Source: https://github.com/googleapis/nodejs-bigquery/blob/main/samples/createTablePartitioned.js

dackers86 avatar Dec 02 '22 09:12 dackers86