Can we add require partition filter to table in biq query?
CompletedHi Team,
would this be an effective way of forcing users to add a partition condition to their queries in Big Query in an attempt to help keep query costs down?
Also, would this be removed when tables/views are updated?
ALTER TABLE mydataset.mypartitionedtable
SET OPTIONS (
require_partition_filter = true);
https://cloud.google.com/bigquery/docs/managing-partitioned-tables#sql_1
-
Official comment
Thats correct. Unless table is dropped and recreated or this property is specifically updated, it should persist.
Comment actions
Please sign in to leave a comment.
Comments
1 comment