{# POST /api/catalog — crate::pages::analytics::ui::CatalogFragment #} {% if tables.is_empty() %}

This profile has no analytics tables.

{% else %}

{{ tables.len() }} tables available

{% for table in tables %}
{{ table.name }} {%- if !table.base_currency.is_empty() %}{{ table.base_currency }}{% endif -%} {% if !table.links.is_empty() %} {% endif %}
{% endfor %}
LLM schema context

Copy this entire text and include it when asking an LLM to write a query.

Copied
{% endif %}