analyze_data_quality
Analyze table data quality by checking completeness, identifying duplicates, and detecting stale records to maintain accurate ServiceNow data.
Instructions
Analyse data quality for a table — completeness, duplicates, stale records
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table to analyse | |
| required_fields | No | Comma-separated fields that should be populated | |
| days_stale | No | Consider records stale after N days without update (default 180) |