apache / apache/dolphinscheduler-sdk-python
[feat] Replace some variable value from constants to dolphinscheduler parameter
未关闭
enhancement
- 主要语言
- Python
- 星标
- 71
- 派生
- 26
- PR 合并指标
- 30 天内没有已合并 PR
描述
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}
```
贡献指南
评估
这个 Issue 还没有评估数据。