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?
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