API for Databricks code functionality
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 03:09 AM
I have a Databricks notebook for which I want to create an API. From that API I will have to call the notebook and perform certain operations. Result will be sent back to API. I dont want to do via Postman, as someone has to install Postman at their end. Can I create that API in Azure or something else ?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 10:02 AM
Thank you.. can you tell me how can I access the Databricks notebook here ? I am using Databricks Session URL, Token and the SQL Query. I am using requests.post() and within that I am passing all these information to get the response which would be json file.

