Course
dbt Analytics EngineerDeveloping dbt ModelsIncremental Models
0%
Start with the objectPage 1

Incremental Models

Build only the rows that need new work while preserving an existing table.

The useful model

An incremental model has stored rows from earlier runs; the model SQL decides what the next run adds or updates.

Restoring your place