cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Governance
Join discussions on data governance practices, compliance, and security within the Databricks Community. Exchange strategies and insights to ensure data integrity and regulatory compliance.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

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?

3 REPLIES 3

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.