Is there a way to change cron schedules in dagit, ...
# ask-community
s
Is there a way to change cron schedules in dagit, or does it have to be done by pushing code changes?
🤖 1
o
hi @Sterling Paramore! the cron schedule can't be changed in dagit, it'll generally need to be defined in code (we've seen some people load schedules from a separate database that they read from in that code).
s
Thanks for confirming