Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating REST api in Databricks which would display delta tables information to the user?

I would like to create an API endpoint in Azure Databricks that would publish delta table data to a user. All I found by searching there is no REST API to expose delta table content. Is it true?

like image 477
Saswat Ray Avatar asked Oct 29 '25 17:10

Saswat Ray


1 Answers

You can just leverage the Databricks SQL Statement Execution API to access data on Azure Databricks. Follow the tutorial that shows how to work with that API using curl

like image 157
Alex Ott Avatar answered Oct 31 '25 12:10

Alex Ott