Skip to content

Commit c5e085f

Browse files
committed
disclaim terms for scheduling state
1 parent 62bc717 commit c5e085f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/examples/sqlmesh_cli_crash_course.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,8 @@ Example scenario and model DAG:
948948
4. If `fct_transactions` is `pending` past its full interval (1 full day), it will be put in a `late` state
949949
5. Once `stg_transactions` runs successfully either from a retry or a fix from a pull request, `fct_transactions` will rerun from the point of failure. This is true even if `fct_transactions` has been `late` for several days.
950950

951+
Note: `pending` and `late` states are only supported in Tobiko Cloud. In SQLMesh, it will only understand if the model is ready or not ready to execute without mention of these states.
952+
951953
If you're using open source SQLMesh, you can run this command in your orchestrator (ex: Dagster, GitHub Actions, etc.) every 5 minutes or at your lowest model cron schedule (ex: every 1 hour). Don't worry! It will only run executions that need to be run.
952954

953955
If you're using Tobiko Cloud, this configures automatically without additional configuration.

0 commit comments

Comments
 (0)