apache / apache/dolphinscheduler-sdk-python
[impv] Auto check and add output local_params if we define the special grammar in the task definition
Open
good first issue
- Dominant language
- Python
- Stars
- 71
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
For example
If we define the shell task, and the command like this
```shell
task = Shell(name="example", command="${setValue(a=1)}")
```
Then we can auto add the output local_params `{"prop": "a", "direct": "OUT", "type": "VARCHAR", "value": ""}`
The Python, SQL, Procedure also can do this
Contributor guide
Assessment
This issue has not been assessed yet.