Do you have any document on how to use @schedule?
# announcements
h
Do you have any document on how to use @schedule?
d
Shot in the dark based on the error message - is it possible you wrote ‘from dagster import schedules’ instead of ‘from dagster import schedule’? The latter would be the correct way to import the @schedule decorator