Skip to content

Dashboards

Dashboards in SAMSKARA are SQL-driven: every widget is backed by a query against a database connection or an ArrowLake table.

  1. Open Analytics and create a new dashboard.
  2. Add a widget — line, bar, area, pie, metric, or table.
  3. Write the SQL query that powers it and pick a source (any connected database or ArrowLake profile).

Widgets can use {{location}}-style variables, letting one dashboard definition serve multiple filtered views without duplicating queries.

Each widget can be configured to auto-refresh on its own interval, independent of the rest of the dashboard.

Dashboards can be shared with specific users or with a group, so a dashboard built by one person can be handed to the rest of the team without giving everyone edit access.

  • Scheduler to keep the underlying data fresh on a schedule
  • ArrowLake as a query source for dashboard widgets