Created
June 30, 2020 13:56
-
-
Save romicofre/e7e1226f5a290d7261dc1db3027db256 to your computer and use it in GitHub Desktop.
Add expiration to partition BigQuery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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