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

Jobs should be optionally allowed to continue when errors encountered #10

Open
hyfen opened this issue Sep 22, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@hyfen
Copy link
Member

hyfen commented Sep 22, 2020

Some example cases where we might want to use this option:

  • data from the extractor is incomplete and the transformer can't produce a transformed record
  • we don't want to abandon the whole job if a random http request fails for a loader

In the runner, we'd just have to catch errors and use ensure to update the progress bar and log the error to stderr.

@hyfen hyfen added the enhancement New feature or request label Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant