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