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

# E2205

> BigQuery target — Table is not range-partitioned

An existing live table is not range-partitioned on the declared column. A reorg `DELETE` without
partition pruning scans the whole table — unaffordable at scale.

**Fix** — recreate the table with `RANGE_BUCKET` partitioning on the column (the error prints
suggested DDL).
