{% if not config.THEME_FONT_URL %} {% endif %} {% include '_theme.html' %}
Data Catalog
{% 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
{{ metrics_total.n }} metrics · {{ metrics_data|length }} categories
Always included
{% for category in metrics_data %}
{% for metric in category.metrics %}
{{ metric.name }}
{{ metric.description }}
{{ metric.grain }}
{% endfor %}
{% endfor %}
{% endif %}

-

Loading profile data...