Are you looking to programmatically access and query data stored in Databricks? Whether you’re aiming to construct an application utilizing this data or simply share it with your colleagues, the Databricks SQL Statement Execution API offers a solution. It allows you to execute SQL statements on a SQL warehouse and retrieve the results efficiently.
How does it work?
The API operates in two steps: initially, a POST request is sent to the SQL warehouse compute with your SQL statement. The response to this request includes the SQL_STATEMENT_ID, which is then utilized in the second step. Here, a GET request with the SQL_STATEMENT_ID is sent, enabling you to retrieve your data.
This is off canvas menu widget area. To enable it add some widgets into Appearance – Widgets – Menu Section, and go to Customizer – Main menu to set the icon position.