ScheduleInterval

Schedule interval. Defines how often DAG runs, this object gets added to your latest task instance's execution_date to figure out the next schedule.

Properties

NameTypeDescriptionNotes
typestr
daysint[optional]
microsecondsint[optional]
secondsint[optional]
dayint[optional]
hourint[optional]
hoursint[optional]
leapdaysint[optional]
microsecondint[optional]
minuteint[optional]
minutesint[optional]
monthint[optional]
monthsint[optional]
secondint[optional]
yearint[optional]
yearsint[optional]
valuestr[optional]
any string namebool, date, datetime, dict, float, int, list, str, none_typeany string name can be used but the value must be the correct type[optional]

[Back to Model list] [Back to API list] [Back to README]