I have a json file specifying some required input for my executing pipeline function. So how can I give that to connect the pipeline to my input
How to read a params file in pipeline decorater can you help me with this as well??
Hi @<1533619725983027200:profile|BattyHedgehong22> , does the package appear in the installed packages section of the experiment?
Is their anything similar to this in a Pipeline Decorator.
Task.current_task().connect_configuration('my_conf.json', name="my conf file")
The syntax should be something like from <PACKAGE> import data