{{ catalog.feature_groups|length }} feature group{{ '' if catalog.feature_groups|length == 1 else 's' }} · {{ catalog.feature_count }} feature{{ '' if catalog.feature_count == 1 else 's' }} {% if catalog.all_entities %} · {{ catalog.all_entities|length }} entit{{ 'y' if catalog.all_entities|length == 1 else 'ies' }}{% endif %} {% if catalog.all_models %} · {{ catalog.all_models|length }} ML model{{ '' if catalog.all_models|length == 1 else 's' }}{% endif %}
Mark a dbt model as a feature table by adding meta.feature_store.is_feature_table: true to your schema.yml, then re-run dbt parse.
{{ entity }}{% else %}{{ entity }}{% endif %}
{{ group.description | first_paragraph }}
{% endif %} {% if type_bars.get(group.unique_id) %} {% endif %} {% endfor %}No feature groups match the active filters. .