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)
Hi @<1523701070390366208:profile|CostlyOstrich36> , thanks for the response!
I want to implement the user arguments for the task using argparse, but I want to change the default "Args" name to a name that I will set
Hi @<1539417873305309184:profile|DangerousMole43> , I'm afraid this is not configurable currently. What is your use case?