dolphinscheduler-sdk-python
dolphinscheduler-sdk-python copied to clipboard
[feat] Replace some variable value from constants to dolphinscheduler parameter
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
the_var = "only-run-local"
but after we submit it to dolphinscheduler, we wish it replace by the parameter
the_var = ${var-name}