Runs
A run is a single execution. You configure what it does — which phases, which resources, which strategy — when you start it from the Run button on the migration page.
Quick reference
| You want to… | Configure |
|---|---|
| First contact with a new source | extract only, all enabled resources. |
| Re-do mappings without re-pulling | transform only. |
| Push staged data to Shopify | load only. |
| Push only what changed | load + only-dirty. |
| Test transforms without touching Shopify | transform + dry run. |
| Production cut-over | Full (extract + transform + load). |
Pages
- Phases — what extract / transform / load each do, in detail.
- Dry runs — running transform or load without staging or pushing.
- Only-dirty loads — skipping records whose payload didn’t change.
- Conflict strategy — what happens when a destination record already has a Shopify GID.
- Retrying & re-running — recovering from a failed run.
Last updated on