Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

More robust import error handling #12

@MalteJanz

Description

@MalteJanz

Currently if a sync API request fails for import:

  • It checks the error body for "data pointers"
  • Removes these invalid rows from the chunk and reports them to the user (with the line number in the CSV file)
  • Retries with another final request

There should also be a more general error handling if the above doesn't work:

  • write the entities one by one, also report errors to the user

See src/data/import.rs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions