analyze_data_quality
Analyze a table's data quality by checking completeness, duplicates, and stale records. Configure required fields and staleness days to pinpoint rows with missing or outdated data.
Instructions
Analyse data quality for a table — completeness, duplicates, stale records
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table to analyse | |
| days_stale | No | Consider records stale after N days without update (default 180) | |
| required_fields | No | Comma-separated fields that should be populated |