run_row_count_check
Compare row counts between source and target tables to identify major discrepancies quickly. Supports optional date range partitioning for incremental comparison.
Instructions
✅ FAST FIRST CHECK - Compare row counts. Run this FIRST - it's fast and catches major issues. PREREQUISITE: Call validate_table_exists for both tables first. For large tables, use partition_config to compare date ranges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| target | Yes | ||
| partition_config | No | Optional: {column, start_value, end_value} for incremental comparison |