{% if data_stats.last_updated %}Last sync: {{ data_stats.last_updated }}{% endif %}
Data Catalog
Browse available data sources and manage your subscriptions
Core Business Data
Core business data from internal systems
{{ data_stats.tables }} tables · ~{{ data_stats.rows_display }} rows total
Always included
{% for category in catalog_data %}
{% for table in category.tables %}
{{ table.name }}
{{ table.description }}
{{ table.rows_display }}
Profile
{% endfor %}
{% endfor %}
{% if metrics_data %}
{% set metrics_total = namespace(n=0) %}
{% for c in metrics_data %}{% set metrics_total.n = metrics_total.n + c.metrics|length %}{% endfor %}
Business Metrics
Standardized metric definitions with SQL examples and documentation