apache / apache/dolphinscheduler-sdk-python
[impv] Auto check and add output local_params if we define the special grammar in the task definition
Đang mở
good first issue
- Ngôn ngữ chính
- Python
- Star
- 71
- Fork
- 26
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.