Add a field for the time partitioning.

master
Tom Alexander 3 years ago
parent 0596d2f359
commit b0bc1c1520
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -147,6 +147,7 @@ resource "google_bigquery_table" "pubsub_etl" {
time_partitioning {
type = "DAY"
field = "time"
}
schema = <<EOF

Loading…
Cancel
Save