Dashboard
Dashboards allow users to build, share, and publish interactive visualizations on top of their data. Charts are created from saved queries or datasets and assembled into a canvas with filters, cross-filtering, and scheduled refresh.
Services Behind This Feature
| Service | Role |
|---|---|
| BFF API | Proxies requests and performs token exchange to Superset. |
| Superset | Hosts the dashboard engine — chart rendering, filter logic, dataset management, and sharing. |
| Trino | Executes the underlying queries that power charts. |
| Ranger | Enforces data access policies on every query reaching Trino. |
Go Deeper
- Security → How Authentication and Token Exchange Work for SQL
- Platform Developer → Deploying the SQL Stack