-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[impv] Auto check and add output local_params if we define the special grammar in the task definition #61
Comments
@zhongjiajie Sir please assign this issue to me and brief me about the issue. |
currently, we have to explicitly declare the parameters that need to be set output, such as task = Shell(name="example", command="${setValue(a=1)}", output_params={
"a": "",
}) and this issue want to remove the param output_params in task = Shell(name="example", command="${setValue(a=1)}") and we set in in pydolphinscheduler |
@zhongjiajie Sir, sorry for the delayed response. My internal University exams were going on that's why I was not able to respond, sir I looked into this isssue and I am finding it a bit difficult due to certain reasons:
|
hi, @HarshitNagpal29 do not worry about that, handle your exams it more important thing. and
|
For example
If we define the shell task, and the command like this
Then we can auto add the output local_params
{"prop": "a", "direct": "OUT", "type": "VARCHAR", "value": ""}
The Python, SQL, Procedure also can do this
The text was updated successfully, but these errors were encountered: