Add a field for the time partitioning.
This commit is contained in:
@@ -147,6 +147,7 @@ resource "google_bigquery_table" "pubsub_etl" {
|
|||||||
|
|
||||||
time_partitioning {
|
time_partitioning {
|
||||||
type = "DAY"
|
type = "DAY"
|
||||||
|
field = "time"
|
||||||
}
|
}
|
||||||
|
|
||||||
schema = <<EOF
|
schema = <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user