Skip to content

Help understanding sqlmesh scheduler #1709

Closed Answered by tobymao
thulio asked this question in Q&A
Discussion options

You must be logged in to vote

yes, this is intended behavior. the cron is used for triggering, but the actual intervals used in your queries is floored to the 'interval_unit', which in your case is every hour because your job runs hourly (at every minute 45).

if you want your interval unit to be at the 15 minute grain, you can set interval unit to be "quarter_hour"

https://sqlmesh.readthedocs.io/en/stable/concepts/models/overview/#interval_unit

or, if you're satisfied with hourly interval units, you can adjust accordingly.

feel free to join our slack if you have more questions https://tobikodata.com/slack

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by thulio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants