Skip to content

Commit cc0862f

Browse files
Updated the bigquery_table.html schema description (#14242) (#23269)
[upstream:645ff8c36870e134106a99ccfaf10ae38d9577aa] Signed-off-by: Modular Magician <[email protected]>
1 parent 3922f19 commit cc0862f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

website/docs/r/bigquery_table.html.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,10 @@ The following arguments are supported:
147147
~>**NOTE:** Because this field expects a JSON string, any changes to the
148148
string will create a diff, even if the JSON itself hasn't changed.
149149
If the API returns a different value for the same schema, e.g. it
150-
switched the order of values or replaced `STRUCT` field type with `RECORD`
151-
field type, we currently cannot suppress the recurring diff this causes.
152-
As a workaround, we recommend using the schema as returned by the API.
150+
switched the order of values or replaced a field data type (`STRUCT` with
151+
`RECORD`, `DECIMAL` with `NUMERIC`, etc.), we currently cannot suppress
152+
the recurring diff this causes. As a workaround, we recommend using the
153+
schema as returned by the API.
153154

154155
~>**NOTE:** If you use `external_data_configuration`
155156
[documented below](#nested_external_data_configuration) and do **not** set

0 commit comments

Comments
 (0)