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 はまだ評価されていません。