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

# E2308

> Parquet target — Write to an unregistered table

Data was written to a table that isn't declared in `tables[]`.

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