Add a field for the time partitioning.

This commit is contained in:
Tom Alexander
2021-07-20 01:31:29 -04:00
parent 0596d2f359
commit b0bc1c1520

View File

@@ -146,7 +146,8 @@ resource "google_bigquery_table" "pubsub_etl" {
deletion_protection = false
time_partitioning {
type = "DAY"
type = "DAY"
field = "time"
}
schema = <<EOF