Data Migration Overview Builds automated data migration pipelines between databases. Handles schema analysis and mapping, type conversions, data transformations, dependency-ordered table loading, batch processing for large datasets, checkpoint/resume for reliability, post-migration validation, and cutover planning. Produces repeatable scripts that can be dry-run against staging before production. Instructions 1. Schema Analysis Start every migration by analyzing source and target: Generate a schema map document listing every column with its source type, target type, and any transformation nee…