Unanswered
Hi,
I'm using `PipelineController` to launch remote pipelines from a local orchestration script. For each input file, I create a pipeline like this sequentially:
```for file in files:
pipeline = PipelineController(...)
pipeline.add_step(...)
pip
Thank you Eugen, I was trying to use both methods but it resulted in an error earlier - so my fallback was a bash script.
I will try again and post my error logs if I'm unsuccessful there.
59 Views
0
Answers
one month ago
one month ago