analyze_data_quality
Analyze data quality in ServiceNow tables by checking completeness, identifying duplicates, and flagging stale records. Specify required fields and staleness threshold.
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 |