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

# E2204

> BigQuery target — Partition column is nullable

The partition column is `NULLABLE`. Under SQL three-valued logic, rows with a `NULL` block number
never match the fork `DELETE` predicate and would linger forever.

**Fix** — make the column `REQUIRED` (`NOT NULL`).
