Forum Discussion
lyjavier
1 year agoHelper I
Fail to create session for executing notebook
Hi all, I have faced an issue that "Failed to create session for executing notebook" with notebook activity within a data pipeline I check the monitoring hub and see there is not any jobs running a...
jwinchell40
1 year agoResolver III
lyjavier - I sometimes get random failures like this and they normally just run fine the next time out when they are retried. I have not been able to find a solution or root cause for these random failures yet.
Can you tell me more about the Pipeline and Notebook activity? Any custom libraries being loaded? Any parameters?
Early on when I was adding Notebook steps to data pipelines; one thing I ran into is that some libraries (like Semanntic Link) wouldn't load when the Notebook was run from a Pipeline. I was using the pip command do that. There is a setting change you can make in the Fabric Pipeline (I will find it from one of our pipelines and post it here) but that fixed that issue.