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.
| 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] |