Unanswered
Hi All!
Is There A Way To Rename The Default "Args" Name For Task Configuration That Is Being Automatically Created When The Code Contains Argparse?
Why is it not possible to use argparse and then when I do:
Task.init() I add:
auto_connect_arg_parser=False
and then I read the arguments to dict and use task.connect(arg_dict, name=my_custom_name)?
I tried doing that but it doesn't work when I clone a task from the UI (meaning it will not work in pipeline as well)
139 Views
0
Answers
one year ago
one year ago