apache / apache/dolphinscheduler-sdk-python
[impv] Auto check and add output local_params if we define the special grammar in the task definition
オープン
good first issue
- 主要言語
- Python
- スター
- 71
- フォーク
- 26
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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
コントリビューションガイド
評価
この issue はまだ評価されていません。