Unanswered
Hi There. I'M Trying To Switch Pipeline Code From A Local Run Using
Hi PanickyMoth78PipelineDecorator.set_default_execution_queue('default')
Would close the current process and launch the pipeline logic on the "serices" queue. Which means the local process is being terminated (specifically in your case the notebook kernel). Does that make sense ?
If you want the pipeline logic to stay on the local machine you can say:@PipelineDecorator.pipeline(..., pipeline_execution_queue=None)
166 Views
0
Answers
2 years ago
one year ago