BI Engine
Analytics overview and connected applications
Dashboards
{{ stats.total_dashboards }}
{{ stats.prebuilt_count }} prebuilt
{{ stats.custom_count }} custom
Active Embed Tokens
{{ stats.active_embed_tokens }}
Snapshots Today
{{ stats.snapshots_today }}
Data Sources
{{ stats.total_sources }}
Connected Apps
{% if connected_apps %}
{% for app in connected_apps %}
{% endfor %}
{% else %}
{{ app.app_id[:2] }}
{{ app.app_id }}
Active
{{ app.dashboard_count }} dashboard{{ 's' if app.dashboard_count != 1 else '' }}
· {{ app.token_count }} token{{ 's' if app.token_count != 1 else '' }}
{% if app.has_rls %}
RLS
{% endif %}
No connected apps yet
Generate embed tokens to connect external applications
Query Volume (7d)
Recent Dashboards
{% for d in recent_dashboards %}
{{ d.name }}
{% if d.is_default %} default {% endif %}
{{ d.updated_at[:10] if d.updated_at else d.created_at[:10] }}
{% endfor %}