Forum Discussion
rushp
1 year agoNew Member
Running Notebooks via API with a Specified Session ID
I want to run a Fabric notebook via an API endpoint using a high-concurrency session that I have just manually started. My approach was to include the sessionID in the request payload and send a POS...
- 1 year ago
Hi rushp I don’t think it’s currently possible to bind a manually started high-concurrency session directly to a notebook execution via the Fabric API. You might need to explore notebookutils.notebook.run() or raise a support ticket with Microsoft for clarification.
rushp
1 year agoNew Member
Thanks for the clarification, Akash_Varuna .
Yes, for now, I've implemented a workaround using notebookutils.notebook.run(), and it works.
Akash_Varuna
1 year agoSuper User
rushp If the solution works please do give a kudos and accept it as a solution so as it will be easier for others to find
Thanks In Advance