> ## 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.

# E2202

> BigQuery target — Partition column missing from schema

A tracked table's declared `schema` omits its block-number / partition column.

**Fix** — add the column to `tables[].schema` as `INT64 NOT NULL`. The target forces that type and
mode, but the column itself must be declared.
