Superset
Superset
Interactive dashboards and SQL data exploration, powered by Apache Superset.
Overview
Superset is a full-featured business intelligence platform running inside your Calliope workspace. Connect to your databases, explore data with SQL, build charts, and publish interactive dashboards — no separate BI tool required. It’s built for data analysts and engineers who want to go from raw data to shareable insights quickly.
Key Features
- SQL Lab — Browser-based SQL editor with query history, autocomplete, and result export
- Dashboard Builder — Drag-and-drop canvas for building multi-chart dashboards
- Chart Library — 40+ chart types: bar, line, scatter, pie, maps, heatmaps, and more
- Data Exploration — Point-and-click interface for slicing and filtering datasets without writing SQL
- Database Connections — Connect to any SQL-compatible data source
- Shareable Dashboards — Share dashboards with teammates via link
Getting Started
- From the Hub, click Superset to launch
- Go to Data → Databases to add a database connection
- Register a dataset from a table or a SQL query
- Create a chart by selecting a dataset and visualization type
- Add charts to a new dashboard
Connecting a Database
Superset supports connections via SQLAlchemy. Supported databases include:
- PostgreSQL, MySQL, MariaDB
- ClickHouse, DuckDB, Trino/Presto
- BigQuery, Snowflake, Redshift, Databricks
- SQLite (for local files)
Enter the connection string in Data → Databases → + Database.
SQL Lab
SQL Lab gives you a full query editor:
- Write SQL against any connected database
- Run multiple queries in tabs
- Save queries for reuse
- Export results to CSV
- Visualize query results directly from Lab
Building Dashboards
- Create charts from your datasets using the Explore interface
- Create a dashboard from the Dashboards menu
- Add charts by editing the dashboard and dragging chart panels
- Set filters so viewers can slice data interactively
- Save and share the dashboard URL
When to Use Superset
| Task | Tool |
|---|---|
| Building BI dashboards | Superset |
| Sharing charts with stakeholders | Superset |
| Interactive data exploration | Superset |
| Ad-hoc SQL queries | DB Loadr or SQL Lab |
| Notebook-based analysis | AI Notebook Lab |
| AI-assisted data queries | Deep Data Agent |
| Code-heavy data pipelines | AI Notebook Lab |