Skip to content

Commit

Permalink
Add note to schema for bigquery table docs (#2895)
Browse files Browse the repository at this point in the history
Merged PR #2895.
  • Loading branch information
emilymye authored and modular-magician committed Dec 30, 2019
1 parent aed821e commit 52f4ca1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ The following arguments are supported:
Bigtable, Cloud Datastore backups, and Avro formats when using
external tables. For more information see the
[BigQuery API documentation](https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#resource).
~>**NOTE**: Because this field expects a JSON string, any changes to the
string will create a diff, even if the JSON itself hasn't changed.
If the API returns a different value for the same schema, e.g. it
switched the order of values or replaced `STRUCT` field type with `RECORD`
field type, we currently cannot suppress the recurring diff this causes.
As a workaround, we recommend using the schema as returned by the API.

* `time_partitioning` - (Optional) If specified, configures time-based
partitioning for this table. Structure is documented below.
Expand Down

0 comments on commit 52f4ca1

Please sign in to comment.