Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.22 KB

ScheduleInterval.md

File metadata and controls

29 lines (24 loc) · 1.22 KB

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

Name Type Description Notes
type str
days int [optional]
microseconds int [optional]
seconds int [optional]
day int [optional]
hour int [optional]
hours int [optional]
leapdays int [optional]
microsecond int [optional]
minute int [optional]
minutes int [optional]
month int [optional]
months int [optional]
second int [optional]
year int [optional]
years int [optional]
value str [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any 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]