@@ -110,7 +110,7 @@ def openapi_types():
110110 'orientation' : (str ,), # noqa: E501
111111 'concurrency' : (float ,), # noqa: E501
112112 'start_date' : (datetime , none_type ,), # noqa: E501
113- 'dag_run_timeout' : (TimeDelta ,), # noqa: E501
113+ 'dag_run_timeout' : (TimeDelta , none_type , ), # noqa: E501
114114 'doc_md' : (str , none_type ,), # noqa: E501
115115 'default_view' : (str ,), # noqa: E501
116116 '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
200200 orientation (str): [optional] # noqa: E501
201201 concurrency (float): [optional] # noqa: E501
202202 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
204204 doc_md (str, none_type): [optional] # noqa: E501
205205 default_view (str): [optional] # noqa: E501
206206 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
295295 orientation (str): [optional] # noqa: E501
296296 concurrency (float): [optional] # noqa: E501
297297 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
299299 doc_md (str, none_type): [optional] # noqa: E501
300300 default_view (str): [optional] # noqa: E501
301301 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