You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/11/15 10:17:04 UTC

[GitHub] [dolphinscheduler-sdk-python] zhongjiajie opened a new issue, #23: [feat] Replace some variable value from constants to dolphinscheduler parameter

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: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org