apache / apache/dolphinscheduler-sdk-python
[impv] Auto check and add output local_params if we define the special grammar in the task definition
Offen
#61
4 Kommentare
0 Reaktionen
1 zugewiesene Person
Beansprucht von @HarshitNagpal29
Auf GitHub ansehen
good first issue
- Vorherrschende Sprache
- Python
- Sterne
- 71
- Forks
- 26
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.