6. Fix Errors
Last updated
Was this helpful?
Uploads can fail due to validation errors. Most phases are safe to re-run after you fix the input.
Check the last executed cell output. Look for:
HTTP status codes (400, 401, 403, 500)
“Failed: X” counts
Row-level validation messages
Some uploads generate a processed error sheet. It usually contains:
The failing row
A reason column
A suggested fix
Fix the rows. Upload again.
Prefer this loop:
Fix the data in the template.
Upload the corrected file.
Re-run the same processing cell.
If the notebook says the call is idempotent, re-running is expected.
Use the full guide in Error Handling.
Last updated
Was this helpful?
Was this helpful?