Forum Discussion
AntonisJ
2 years agoNew Member
Fabric Notebook parallel execution through Data Pipeline, no isolation
I have a Notebook that accepts parameters, the functions also populate my log table, when i run this notebook in parallel from a pipeline, say 4 times using different parameters, the logs show that...
Anonymous
2 years agoNot applicable
Hi AntonisJ ,
Yes, the same notebook can be run in parallel in an isolated session when triggered multiple times from a data pipeline. You might consider configuring your pipeline to create a separate instance for each run to ensure that each notebook execution runs in a completely isolated environment.
Best Regards,
Ada Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
AntonisJ
2 years agoNew Member
thanks Anonymous
how do i configure a pipeline to create a separate instance for each run?