Databricks SQL Visualizations - export/embed

User16830818469
Databricks Employee
Databricks Employee

Is it possible to embed Databricks SQL Dashboards or specific widgets/visualization into a webpage?

Mooune_DBU
Databricks Employee
Databricks Employee

Not at the moment, but based on the setup of your webapp (types of databse connectors) and library of choice you're using for charts: you can create a SQL end-point and make it queryable via ODBC/JDBC or REST API from your webapp-server to pull the query data and update/populate the charts.

aladda
Databricks Employee
Databricks Employee

Databricks SQL also integrates with several popular BI tools over JDBC/ODBC which you can use as a mechanism to embed visualizations into a webpage