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

Stop validating a file when the failures reach a certain threshold #90

Closed
haritha-ravi opened this issue Sep 6, 2023 · 0 comments · Fixed by #89
Closed

Stop validating a file when the failures reach a certain threshold #90

haritha-ravi opened this issue Sep 6, 2023 · 0 comments · Fixed by #89

Comments

@haritha-ravi
Copy link
Contributor

I intend to add an enhancement to vladiate which would optionally stop validating a file when the failures reach a certain threshold.

To add more context here, this is an idea to overcome an issue we are facing. We do not want to further process a file if vladiate returns a fail_count more than 10%. But currently there is no feature in vladiate to stop validating a file earlier. So we have to validate rest of the even though we could stop early. This proves especially troublesome when validating really large CSV files.

I have created a PR to introduce this: #89

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant