diff --git a/datasets/google_trends/_terraform/top_terms_pipeline.tf b/datasets/google_trends/_terraform/top_terms_pipeline.tf index 61029dd55..5560b317f 100644 --- a/datasets/google_trends/_terraform/top_terms_pipeline.tf +++ b/datasets/google_trends/_terraform/top_terms_pipeline.tf @@ -21,7 +21,47 @@ resource "google_bigquery_table" "top_terms" { table_id = "top_terms" description = "Daily top 25 terms in the United States with score, ranking, time, and designated market area" + time_partitioning { + type = "DAY" + field = "refresh_date" + + require_partition_filter = false + } + + + schema = <