Hosting python application on Azure Databricks and exposing it's rest APIs

aditya_raj_data
New Contributor II

Hello,

 

I am trying to host my application on Databricks and I want to expose rest APIs of my application to be accessed from postman but I am unable to find any documentation on how to do this. I tried to write simple flask "hello world" code to try if it works but I am getting error "AttributeError: 'DummyMod' object has no attribute 'startswith' ". Please guide me, how to proceed for this.

 

Thank you