@@ -110,7 +110,7 @@ def openapi_types():
110
110
'orientation' : (str ,), # noqa: E501
111
111
'concurrency' : (float ,), # noqa: E501
112
112
'start_date' : (datetime , none_type ,), # noqa: E501
113
- 'dag_run_timeout' : (TimeDelta ,), # noqa: E501
113
+ 'dag_run_timeout' : (TimeDelta , none_type , ), # noqa: E501
114
114
'doc_md' : (str , none_type ,), # noqa: E501
115
115
'default_view' : (str ,), # noqa: E501
116
116
'params' : ({str : (bool , date , datetime , dict , float , int , list , str , none_type )},), # noqa: E501
@@ -200,7 +200,7 @@ def _from_openapi_data(cls, *args, **kwargs): # noqa: E501
200
200
orientation (str): [optional] # noqa: E501
201
201
concurrency (float): [optional] # noqa: E501
202
202
start_date (datetime, none_type): The DAG's start date. *Changed in version 2.0.1*: Field becomes nullable. . [optional] # noqa: E501
203
- dag_run_timeout (TimeDelta): [optional] # noqa: E501
203
+ dag_run_timeout (TimeDelta, none_type ): [optional] # noqa: E501
204
204
doc_md (str, none_type): [optional] # noqa: E501
205
205
default_view (str): [optional] # noqa: E501
206
206
params ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): User-specified DAG params. *New in version 2.0.1* . [optional] # noqa: E501
@@ -295,7 +295,7 @@ def __init__(self, *args, **kwargs): # noqa: E501
295
295
orientation (str): [optional] # noqa: E501
296
296
concurrency (float): [optional] # noqa: E501
297
297
start_date (datetime, none_type): The DAG's start date. *Changed in version 2.0.1*: Field becomes nullable. . [optional] # noqa: E501
298
- dag_run_timeout (TimeDelta): [optional] # noqa: E501
298
+ dag_run_timeout (TimeDelta, none_type ): [optional] # noqa: E501
299
299
doc_md (str, none_type): [optional] # noqa: E501
300
300
default_view (str): [optional] # noqa: E501
301
301
params ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): User-specified DAG params. *New in version 2.0.1* . [optional] # noqa: E501
0 commit comments