lukeyan2023 opened a new issue, #122:
URL: https://github.com/apache/dolphinscheduler-sdk-python/issues/122

   The workflow parameter timeout is of type int, but the task parameter 
timeout is timedelta.
   
   And the parameter timeout of the task cannot support defining tasks in yaml 
for the current type timedelta.
   
   
![image](https://github.com/apache/dolphinscheduler-sdk-python/assets/108530647/f1c1065a-5db7-4abd-b61a-7ae901d2bacd)
   
   
![image](https://github.com/apache/dolphinscheduler-sdk-python/assets/108530647/2642de3e-3c31-4d4e-92ed-4cf0ae84c539)
   
   
   I plan to set the timeout type to Union [timedelta, int], which not only 
unifies the timeout type but also conveniently supports defining tasks in 
Python and YAML


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to