restdatabricksazure-databricksdelta-lakedatabricks-rest-api

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?


Solution

  • 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