dbt-list-sources
List dbt sources from a manifest.json file, filtering by source group, name, or table name substring for quick source discovery.
Instructions
List dbt sources from manifest.json with optional source-group / name filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| search | No | Substring match against source table name | |
| sourceName | No | Filter by source group name | |
| 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. |