Forum Discussion

rushp's avatar
rushp
New Member
1 year ago
Solved

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...
  • Akash_Varuna's avatar
    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.