Databricks Integration

Databricks offers a web-based platform to manage large datasets and leverage Apache Spark for big data processing and analysis. Dash apps integrate with Databricks, allowing you to connect to Databricks from a Dash app hosted on Dash Enterprise to bring in data or develop Dash apps in notebooks.


Connecting to Databricks from a Dash App

Access datasets living in Databricks and run jobs from a Dash app.

Connect to Databricks SQL Warehouse in Dash — Using the Databricks Python SQL connector or SQLAlchemy to dynamically bring data from Databricks into a Dash app.

Executing Databricks Jobs using Plotly Dash — Using the Databricks Python SDK to create and run Databricks jobs from within a Dash app.