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.
Akash_Varuna
1 year agoSuper User
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.