How to Create a Daily Schedule in Dagster that Starts at Time X and Finishes at Time Y? #26785
Unanswered
MammadTavakoli
asked this question in
Q&A
Replies: 1 comment
-
Here's the introductory doc about Schedules and here's the doc about using them for assets specifically, which has code examples. You can't define when a schedule ends because that will always be variable depending on how long the process the schedule is executing takes. For example, how long it takes to materialize the particular assets or run the particular job. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to set up a schedule in Dagster that runs daily, starting at a specific time (let's say time X) and finishing at another specific time (time Y). Could someone guide me on how to configure this schedule, including the correct way to define the start and end times? Any code examples or explanations would be highly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions