Skip to content

Commit 4e84953

Browse files
amatellanesdanawillow
authored andcommitted
Add time partitioning field to google_bigquery_table resource (hashicorp#1240)
* Add time partitioning field to google_bigquery_table resource * Fix flatten time partitioning field to google_bigquery_table resource * Add resource bigquery table time partitioning field test * Move resource bigquery table time partitioning field test to basic * Add step to check that all the fields match * Mark resource bigquery table time partitioning field as ForceNew * Add time partitioning field test to testAccBigQueryTable config
1 parent 78c5428 commit 4e84953

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/r/bigquery_table.html.markdown

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ The `time_partitioning` block supports:
8181
* `expiration_ms` - (Optional) Number of milliseconds for which to keep the
8282
storage for a partition.
8383

84+
* `field` - (Optional) The field used to determine how to create a time-based
85+
partition. If time-based partitioning is enabled without this value, the
86+
table is partitioned based on the load time.
87+
8488
* `type` - (Required) The only type supported is DAY, which will generate
8589
one partition per day based on data loading time.
8690

0 commit comments

Comments
 (0)