dq-score-trend
Retrieve time-series of data quality scores (completeness, freshness, validity, anomaly-free) and overall score to assess and track quality trends.
Instructions
Time-series of the 4-axis DQ score (completeness / freshness / validity / anomaly_free) plus overall_score from DQ_SCORE_TABLE
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| scope | No | Scope filter (only honored when DQ_SCHEMA=generic) | |
| 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. |