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

# E2209

> BigQuery target — Write to an unregistered table

Data was written to a table that isn't listed in `tables[]`, so its rows can't be cleaned up on a
reorg.

**Fix** — add the table to `bigqueryTarget({ tables: [...] })`.
