Skip to content

Commit

Permalink
removed "and on older versions of dbt" in the sentence on line 215
Browse files Browse the repository at this point in the history
Removed "and on older versions of dbt" in the sentence on line 215? This has been the default behavior for a while so is safe to remove.
  • Loading branch information
RatandeepSharma authored Nov 7, 2024
1 parent aed4c64 commit 92d1247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/incremental-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ Currently, `on_schema_change` only tracks top-level column changes. It does not

### Default behavior

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

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

Expand Down

0 comments on commit 92d1247

Please sign in to comment.