dbt-list-exposures
List dbt exposures to discover downstream consumers such as dashboards, applications, and ML models defined in YAML.
Instructions
List dbt exposures (downstream BI/ML/application consumers declared in YAML)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| search | No | Substring match against exposure name | |
| exposureType | No | Filter by type (dashboard | application | ml | analysis | notebook) | |
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |