dbt-get-source
Retrieve a single dbt source's freshness criteria, columns, and latest freshness result from sources.json by unique ID or source and table names.
Instructions
Get a single dbt source: freshness criteria, columns, latest freshness result from sources.json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uniqueId | No | dbt unique_id (e.g. 'source.proj.raw.users') | |
| tableName | No | Source table name (with sourceName) | |
| sourceName | No | Source group name (with tableName) | |
| 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. |