apache / apache/dolphinscheduler-sdk-python

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

Open
#23 0 comments 0 reactions 1 assignee Claimed by @zhongjiajie View on GitHub
enhancement
Dominant language
Python
Stars
71
Forks
26
PR merge metrics
No merged PRs in 30d

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.