-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: Add raise_on_failure to BaseConverter #6930
feat: Add raise_on_failure to BaseConverter #6930
Conversation
Whoops I probably need to rebase my branch. I checked out |
Hello... thanks for the contribution! I did it and fixed some stuff... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks already good!
I left a comment with an opportunity for improvement...
…ung/haystack into raise_on_failure-base-converter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx for quickly addressing my comments!
some final touches and then this PR is ready to go.
Co-authored-by: Stefano Fiorucci <[email protected]>
Co-authored-by: Stefano Fiorucci <[email protected]>
Thanks for the quick feedback :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Related Issues
Proposed Changes:
Followed the potential solution (Thanks @anakin87 !) to add a
raise_on_failure
to therun
method in the BaseConverter class.How did you test it?
Added unit tests with the CSV converter.
Notes for the reviewer
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.