zhongjiajie commented on issue #61: URL: https://github.com/apache/dolphinscheduler-sdk-python/issues/61#issuecomment-1915868520
hi, @HarshitNagpal29 do not worry about that, handle your exams it more important thing. and 1. We have this parameter in our base class, and shell task inherit the base class, which you can see in https://github.com/apache/dolphinscheduler-sdk-python/blob/a7026dab2fb8443e66b72160b5a54977c3d07211/src/pydolphinscheduler/core/task.py#L169 2. the `setValue` is the keyword for dolphinschdudler,we use it to set output value in dolphinscheduler web ui, which you can see in https://dolphinscheduler.apache.org/en-us/docs/3.2.0/guide/parameter/context. As you can see, In web ui we have to do both `setValue` in the content of task definition, and add output parameter in `customer parameter` and set it as `out`. but I think we can just use `setValue` syntax in python sdk, then detect and set param by python sdk itself -- 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]
