run_schema_check
Compare table schemas between source and target to identify structural differences such as column names and data types, preventing data issues during migration or ETL.
Instructions
Compare table schemas (column names, data types). USE: To identify structural differences that might cause data issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| target | Yes |