zhongjiajie commented on issue #61:
URL: 
https://github.com/apache/dolphinscheduler-sdk-python/issues/61#issuecomment-1895184911

   currently, we have to explicitly declare the parameters that need to be set 
output, such as
   
   ```py
   task = Shell(name="example", command="${setValue(a=1)}", output_params={
               "a": "",
           })
   ```
   
   and this issue want to remove the param output_params in `Shell`,
   ```py
   task = Shell(name="example", command="${setValue(a=1)}")
   ```
   and we set in in pydolphinscheduler
   


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