Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Databricks SQL restful API to query delta table

As of today, can we use any Databricks SQL Restful API to query Delta Tables stored in ADLS from any external UI?There is some information mentioned over this link https://docs.databricks.com/sql/api/index.html? but not sure how to use them!!

Checked in Databricks documentation about how this can be implemented but dint find any proper way out. Any help/suggestion is highly appreciated.

like image 939
krishcoolster Avatar asked Dec 06 '25 15:12

krishcoolster


1 Answers

Update: 12.04.2023rd: SQL Statement Execution API is in the public preview since March.

The API documentation that you linked is primarily for maintaining SQL warehouses, queries, dashboards & alerts.

API for executing SQL queries is currently is in the private preview and should be available in the near future (but no ETA yet). You can watch recent quarterly product roadmap webinar to find more details about upcoming API.

P.S. You can easily implement your own API by wrapping one of the SQL connectors - for Python, Node.js, or Go.

like image 69
Alex Ott Avatar answered Dec 08 '25 11:12

Alex Ott



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!