validate_columns_exist
Verify that specified columns exist in a database table before running aggregate checks to prevent errors from typos or missing columns.
Instructions
⚠️ REQUIRED FOR AGGREGATES - Verify columns exist before running aggregate checks. ALWAYS call this before run_aggregate_check to prevent errors from typos or missing columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datasource_name | Yes | ||
| database | Yes | ||
| table | Yes | ||
| columns | Yes | ||
| schema | No |