compare_table_structures
Compare source and target table schemas side by side to identify column differences and type mismatches before running data checks, preventing false positives.
Instructions
📊 RECOMMENDED FIRST STEP - Side-by-side comparison of source and target schemas BEFORE running data checks. Shows column differences and type mismatches that may cause false positives in data comparison.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_datasource | Yes | ||
| source_database | Yes | ||
| source_table | Yes | ||
| source_schema | No | ||
| target_datasource | Yes | ||
| target_database | Yes | ||
| target_table | Yes | ||
| target_schema | No |