zhongjiajie commented on PR #99: URL: https://github.com/apache/dolphinscheduler-sdk-python/pull/99#issuecomment-1665056430
I check out and find the log in version 4.0.1 we still use the resource id for the task https://github.com/apache/dolphinscheduler-sdk-python/blob/7c3185d1ad91a55dc60ea302881e733bd8c13283/src/pydolphinscheduler/core/task.py#L264-L281 and after version 4.0.1 we use the full name of the resource for the task. Now I get the point it is because we cherry-pick an unreleased feature to 4.0.2 and 4.0.3 I will revert them and release the correct version to fix them but the main branch will keep using the full name of the resource because we are gonging to release the version 3.2.0 and it will use resource full name to target resource in the task -- 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]
