Skip to content

Commit

Permalink
Update docs/faq/faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
treysp committed Feb 7, 2025
1 parent b602f06 commit 7755f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

If your project files have not changed, you execute `sqlmesh run` to run your project's models and audits.

`sqlmesh run` does not use models, macros, or audits from your local project files. Everything it executes is based on the model, macro, and audit versions currently promoted in the target environment. Those versions are stored in the data SQLMesh captures about the state of your environment.
`sqlmesh run` does not use models, macros, or audits from your local project files. Everything it executes is based on the model, macro, and audit versions currently promoted in the target environment. Those versions are stored in the metadata SQLMesh captures about the state of your environment.

A sensible approach to executing `sqlmesh run` is to use Linux’s `cron` tool to execute `sqlmesh run` on a cadence at least as frequent as your briefest SQLMesh model `cron` parameter. For example, if your most frequent model’s `cron` is hour, your `cron` tool should execute `sqlmesh run` at least every hour.

Expand Down

0 comments on commit 7755f92

Please sign in to comment.