Skip to content

Commit 645b0b2

Browse files
committed
Update docs
1 parent 6b3cf6d commit 645b0b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/concepts/plans.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ This is a common choice in scenarios such as an addition of a new column, an act
4343

4444
If any downstream models contain a `select *` from the model, SQLMesh attempts to infer breaking status on a best-effort basis. We recommend explicitly specifying a query's columns to avoid unnecessary recomputation.
4545

46-
### Forward-only change
47-
A modified (either directly or indirectly) model that is categorized as forward-only will continue to use the existing physical table once the change is deployed to production (the `prod` environment). This means that no backfill will take place.
46+
## Forward-only change
47+
In addition to categorizing a change as breaking or non-breaking, it can also be classified as forward-only.
48+
49+
A model change classified as forward-only will continue to use the existing physical table once the change is deployed to production (the `prod` environment). This means that no backfill will take place.
4850

4951
While iterating on forward-only changes in the development environment, the model's output will be stored in either a temporary table or a shallow clone of the production table if supported by the engine.
5052

0 commit comments

Comments
 (0)