Skip to content

Commit 4b7a9c9

Browse files
author
Sung Won Chung
committed
make it explicit
1 parent ed558f1 commit 4b7a9c9

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
@@ -905,7 +905,7 @@ bat --theme='ansi' $(ls -t logs/ | head -n 1 | sed 's/^/logs\//')
905905

906906
## **Run on Production Schedule**
907907

908-
SQLMesh schedules your transformation on a per-model basis in proper DAG order. This makes it easy to configure how often each step in your pipeline runs to backfill data without running when upstream models are late or failed. Rerunning from point of failure is also a default!
908+
SQLMesh schedules your transformation on a per-model basis in proper DAG order. This makes it easy to configure how often each step in your pipeline runs to backfill data without running when upstream models are late or failed. Rerunning from point of failure is also a default! Example below:
909909

910910
`stg_transactions`(cron: `@hourly`) -> `fct_transcations`(cron: `@daily`). All times in UTC.
911911

0 commit comments

Comments
 (0)