Skip to content

Commit

Permalink
Update max_staleness in google_bigquery_table to be a computed field (G…
Browse files Browse the repository at this point in the history
  • Loading branch information
wj-chen authored Feb 25, 2025
1 parent 42d4ad2 commit 81fb243
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,7 @@ func ResourceBigQueryTable() *schema.Resource {
"max_staleness": {
Type: schema.TypeString,
Optional: true,
Computed: true,
Description: `The maximum staleness of data that could be returned when the table (or stale MV) is queried. Staleness encoded as a string encoding of [SQL IntervalValue type](https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#interval_type).`,
},

Expand Down

0 comments on commit 81fb243

Please sign in to comment.