Forum Discussion
Some methods in notebooks do not work when executed from Data Pipelines deployed via SPN
Hi mmilosanovic ,
Could you please confirm if the issue has been resolved through the support ticket with Microsoft?
If the issue has been resolved, we kindly request you to share the resolution or key insights here to help others in the community. If we don’t hear back, we’ll go ahead and close this thread.
Should you need further assistance in the future, we encourage you to reach out via the Microsoft Fabric Community Forum and create a new thread. We’ll be happy to help.
Thank you.
- annhwallinger1 year agoHelper I
It has not been resolved.
- mmilosanovic1 year agoAdvocate IV
note resolved yet, support is in back and forth with Notebook team and I am awaiting feedback.
- mmilosanovic1 year agoAdvocate IV
Hi everyone,
I have recently identified the same issue when invoking notebook via execute item APIs via SPN which has `notebookutils.notebook.runMultiple()` method in it. I have opened another support case and asked if it can get prioritized together with the one I still have opened because it is related to the same issue. Support case ID: 2507011420003367
Here is the error message:
- Anonymous1 year agoNot applicable
Hi mmilosanovic ,
Thank you for sharing the update and tracker ID. This case has already been escalated to the PG team, who are currently working on it. We appreciate your patience and they will resolve the issue as soon as possible.
- mmilosanovic1 year agoAdvocate IV
Hi, it seems that there was an issue which was misleading. More details from MS support available below:
- g3kuser1 year agoHelper II
Hi mmilosanovic
I have an ingestion process using pipelines and notebooks deployed through fabric ci-cd library under SPN ownership. I have heavily used runmutiple method and it does work fine under SPN context. I previously used to get some cluster errors with sempy library under SPN which has disappeared starting from this week. SPN that I use is not a workspace identity but a separate SPN created in our tenant with Contributor permission on Fabric workspaces and read only Fabric API access. May be try invoking the notebook through a data factory pipeline and see if that works.
Thanks,Gayatri