Hi @<1523701304709353472:profile|OddShrimp85> , I would suggest looking at the examples here:
None
Another issue that I am facing is I am unable to call different functions from other modules present in the same directory.
Pipelines assume that different steps run on different machines. How would you pass those files between the different machines? If the steps run on the same machine then why have them as different steps?
Thanks. The examples uses upload_artifact which stores the files in output_uri. What if I do not want to save it but simply pass to next step, is there a way to do so?