apache / apache/dolphinscheduler-sdk-python

[impv] Auto check and add output local_params if we define the special grammar in the task definition

Open
#61 4 comments 0 reactions 1 assignee Claimed by @HarshitNagpal29 View on GitHub
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

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.