resolve_schema_gap
Resolve a blocked migration's MANUAL_REVIEW_SCHEMA_GAP gate by presenting the user two choices: recheck the source schema for drift or abort the migration. Ask the user before calling.
Instructions
Resolve a MANUAL_REVIEW_SCHEMA_GAP gate. IMPORTANT: You MUST present these options to the user and ask them to choose before calling:
'recheck' — Re-check the source schema for drift.
'abort' — Skip the migration. Do NOT pick an option without asking the user first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The MANUAL_REVIEW_SCHEMA_GAP job ID | |
| action | Yes | Resolution action | |
| migrationId | Yes | Migration ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Parsed JSON response from the Staticbot public API |