Skip to content

Commit

Permalink
Add unit tests limitations section for BigQuery (for STRUCT) (#6625)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Dec 10, 2024
2 parents 50dcd1d + 4ceac4b commit 18cd693
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/docs/reference/resource-configs/bigquery-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -909,3 +909,10 @@ By default, this is set to `True` to support the default `intermediate_format` o
### The `intermediate_format` parameter
The `intermediate_format` parameter specifies which file format to use when writing records to a table. The default is `parquet`.

<VersionBlock firstVersion="1.8">

## Unit test limitations

You must specify all fields in a BigQuery `STRUCT` for [unit tests](/docs/build/unit-tests). You cannot use only a subset of fields in a `STRUCT`.

</VersionBlock>

0 comments on commit 18cd693

Please sign in to comment.