> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# E2206

> BigQuery target — Unsupported field shape for auto-create

Auto-creation cannot emit DDL for `REPEATED` (array) or `RECORD`/`STRUCT` fields.

**Fix** — pre-create the table manually with the proper `ARRAY<...>` / `STRUCT<...>` column and
re-run; the target validates it without recreating.
