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
Hi @<1861218295315697664:profile|FlutteringLobster45> ! You should use PipelineController.create
and PipelineController.enqueue
in this case, to create a pipeline without executing it at all remotely and enqueue it for remote execution
63 Views
0
Answers
one month ago
29 days ago