fusion_update_interface_data
Replace rejected rows from a partially failed import with corrected data, using the original load request ID to target the right batch. Updates interface tables without reloading the whole file.
Instructions
Replace the rejected rows of a partly-failed import with corrected ones.
The repair path: an import loads ten thousand rows, forty are rejected into the interface tables, and this replaces those forty rather than reloading the whole file.
load_request_id identifies WHICH load's error rows are being corrected.
Pass the wrong one and the correction lands on a different batch, so read
it back to the user before confirming.
Args: process_name: The import job's process name. load_request_id: Request id of the load being corrected. file_path: Local file holding the corrected rows. account: UCM account for the upload. confirmed: Set True only after explicit user confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| confirmed | No | ||
| file_path | Yes | ||
| process_name | Yes | ||
| load_request_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||