What's New
Insights fix other-apps

Incremental sync fails when a source table gains a column

NE @nextchamp-saqib · #1259 · merged 28 Jul 2026

Incremental syncs died at commit with a column count mismatch when the source gained a column since the last import. Backend.insert() now matches columns by name rather than positional order.