Skip to content

Commit d2dc89a

Browse files
authored
when columns removed for an incremental model (#5978)
2 parents 7518352 + af54a24 commit d2dc89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/docs/build/incremental-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,11 +212,11 @@ Currently, `on_schema_change` only tracks top-level column changes. It does not
212212

213213
### Default behavior
214214

215-
This is the behavior if `on_schema_change: ignore`, which is set by default, and on older versions of dbt.
215+
This is the behavior of `on_schema_change: ignore`, which is set by default.
216216

217217
If you add a column to your incremental model, and execute a `dbt run`, this column will _not_ appear in your target table.
218218

219-
Similarly, if you remove a column from your incremental model, and execute a `dbt run`, this column will _not_ be removed from your target table.
219+
If you remove a column from your incremental model and execute a `dbt run`, `dbt run` will fail.
220220

221221
Instead, whenever the logic of your incremental changes, execute a full-refresh run of both your incremental model and any downstream models.
222222

0 commit comments

Comments
 (0)