You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/sqlmesh_cli_crash_course.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -996,7 +996,7 @@ This command is intended be run on a schedule. It will skip the physical and vir
996
996
997
997
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:
998
998
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.
1000
1000
- Retaining history of a calculated column and applying a new calculation to new rows going forward.
1001
1001
1002
1002
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