New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
The nightly job that rebuilds the whole orders table now takes ninety minutes, and the warehouse bill has three people asking questions.
What you'll have at the end
An incremental model that inserts only new and changed rows, cutting the nightly run from ninety minutes to under ten
You need
A dbt model currently built as a full table rebuild from a raw source that carries a column marking when a row last changed and a column that uniquely identifies one row.
Not covered
Orders the source system deletes outright, which a filter that only looks for changed rows never catches on its own, and reshaping what a single row of this model represents: this only changes how the existing rows get built.
Leans on
Checked 25 Aug 2026
Part of the dbt (Data Build Tool) cookbook