apache / apache/dolphinscheduler-sdk-python

[feat] Replace some variable value from constants to dolphinscheduler parameter

未关闭
#23 0 条评论 0 个 reaction 已指派 1 人 已被 @zhongjiajie 认领 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。