{% extends "base.html" %}
{% block content %}
{% if catalog.exposure_info %}
ML model consumers, auto-derived by tracing dbt Add ML models
type: ml exposures (and the consumes: overlay).
Column-level used_by is also honored, but deprecated.
{% else %}
ML model consumers. Add type: ml exposures to your dbt project to derive these automatically;
column-level used_by still works but is deprecated.
{% endif %}
Each page lists the features that model reads.
No declared consumers
type: ml exposures to your dbt project (recommended), or set the deprecated meta.feature_store.used_by: [model] on feature columns.
{{ model_name }}{{ exp.description }}
{% else %}From {{ group_count }} feature group{{ '' if group_count == 1 else 's' }}.
{% endif %} {% endfor %}