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

   Sometime, we hope out workflow can run success locally, and also can work in 
production environment, and we will they can use variable too.
   
   such as in locally
   
   ```py
   the_var = "only-run-local"
   ```
   
   but after we submit it to dolphinscheduler, we wish it replace by the 
parameter
   
   ```py
   the_var = ${var-name}
   ```


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