Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Checkbox/Flag "continue on error" #307

Open
mcop1 opened this issue Feb 23, 2023 · 0 comments
Open

[Feature]: Checkbox/Flag "continue on error" #307

mcop1 opened this issue Feb 23, 2023 · 0 comments

Comments

@mcop1
Copy link
Contributor

mcop1 commented Feb 23, 2023

Feature description

We could introduce a flag "continue on error" which is set by default. If the flag is set, we catch and log the exception, after that continue with the next row. If it is not set, we catch and log the exception, after that stop import. This could be important if you have imports or rows that are depended of each other (e.g. parent child relations).
Or maybe we could even decide this based on which process configuration was set (parallel or sequential). But a flag/checkbox would be the most flexible option.

@mcop1 mcop1 changed the title [Feature]: Check "continue on error" [Feature]: Checkbox/Flag "continue on error" Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants