Command Migrate Mart Plan - accelerate-data/migration-utility GitHub Wiki
Create or refresh the whole-mart migration plan.
-
/init-ad-migrationcompleted -
ad-migration setup-sourcecompleted -
/scope-tablescompleted for the mart scope - source, seed, and excluded-object decisions are recorded
-
ad-migration setup-targetcompleted -
ad-migration setup-sandboxcompleted
/migrate-mart-plan
/migrate-mart-plan <slug>
The command blocks unless:
-
manifest.jsonexists -
runtime.sourceexists and is reachable -
runtime.targetexists and is reachable -
runtime.sandboxexists and is reachable -
dbt/dbt_project.ymlexists - source, seed, and excluded-object decisions are resolved
- Markdown plan under the migration plans directory
- planning branch and worktree
- planning PR for human review
Rerun after catalog decisions change. The command refreshes the plan from current catalog state.
Review and merge the planning PR, then run /migrate-mart <plan-file>.