freshness-status
Answer whether any dbt source is stale right now by cross-referencing freshness criteria with sources.json.
Instructions
Cross-reference dbt source freshness criteria with sources.json results in a single 'is anything stale right now?' answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failingOnly | No | Only return sources where freshness is warn/error | |
| 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. |