Consume Delta table data using .net/python API's to present it on custom web application

sandhyasr
New Contributor III

How can we connect to unity catalog tables to create REST API's using Python/.NET?

Anonymous
Not applicable

Did you mean create Delta Live Table Job using REST API ?

sandhyasr
New Contributor III

Nope. Consume Delta table data using .net/python API's to present it on custom web application.

Anonymous
Not applicable

Got your idea.

I don't think currently we have a REST API fit into your case. But you can refer this links

https://docs.databricks.com/reference/delta-lake.html

https://docs.delta.io/latest/api/python/index.html

I may help you.