apache / apache/dolphinscheduler-sdk-python
[feat] Replace some variable value from constants to dolphinscheduler parameter
Ouverte
enhancement
- Langage dominant
- Python
- Étoiles
- 71
- Forks
- 26
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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}
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.