Skip to content

Instantly share code, notes, and snippets.

@romicofre
Created June 30, 2020 13:56
Show Gist options
  • Save romicofre/e7e1226f5a290d7261dc1db3027db256 to your computer and use it in GitHub Desktop.
Save romicofre/e7e1226f5a290d7261dc1db3027db256 to your computer and use it in GitHub Desktop.
Add expiration to partition BigQuery
ALTER TABLE `dataset.table`
SET OPTIONS (
partition_expiration_days=30
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment