Destination table missing
Create the destination table in PostgreSQL before running. Enter the target in MantrixFlow asschema.table.
Column mismatch
If the SQL model outputs a column that is not present in the destination table, update either the model or the table. The run should name the missing column.Incremental key missing
Incremental sync requires a replication key. Add a stable key such asupdated_at, save, and run manually before scheduling.