terraform-google-bigquery icon indicating copy to clipboard operation
terraform-google-bigquery copied to clipboard

feat: add support for `require_partition_filter` in the external tables

Open NitriKx opened this issue 1 year ago • 5 comments

This PR adds the require_partition_filter option for the external tables.

From what I've experimented it seems that the "top-level" require_partition_filter option does not work here and needs to be set in the hive_partitioning_options.

NitriKx avatar Aug 08 '24 07:08 NitriKx