apache / apache/dolphinscheduler-sdk-python

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

Aberta
#23 0 comentários 0 reações 1 responsável Reivindicada por @zhongjiajie Ver no GitHub
enhancement
Linguagem predominante
Python
Estrelas
71
Forks
26
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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}
```

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.