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 摘要。