Skip to content

Commit 07eb6d9

Browse files
committed
less dramataic
1 parent 9ae16d6 commit 07eb6d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/examples/sqlmesh_cli_crash_course.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ This command is intended be run on a schedule. It will skip the physical and vir
996996

997997
This is an advanced workflow and specifically designed for large incremental models (ex: > 200 million rows) that take a long time to run even during development. It solves for:
998998

999-
- Transforming data with constant schema evolution in json and nested array data types.
999+
- Transforming data with schema evolution in json and nested array data types.
10001000
- Retaining history of a calculated column and applying a new calculation to new rows going forward.
10011001

10021002
When you apply the plan to `prod` after the dev worfklow, it will NOT backfill historical data. It will only execute model batches **forward only** for new intervals (new rows).

0 commit comments

Comments
 (0)