-
Notifications
You must be signed in to change notification settings - Fork 40
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
Added additional information to exceptions #134
Added additional information to exceptions #134
Conversation
roll
commented
Apr 23, 2020
•
edited
Loading
edited
- fixes Add processor (?and row?) information to exception object #126
Pull Request Test Coverage Report for Build 462
💛 - Coveralls |
Pull Request Test Coverage Report for Build 453
💛 - Coveralls |
This looks good, and pretty much exactly what I was getting at, but I see that it's only limited to processors that inherit the DataStreamProcessor class. Is there any way to extrapolate this out to the flow.py file? So it works by default for all processors, even custom ones that don't inherit any datahq code? I also am not familiar enough with how flows work to get a sense of whether that is possible. |
hi @akariv WDYT? |
As decided on the prev meeting - it's parked for now to get @akariv input first |
@roll - sorry for missing this, it's really great! Regarding the implementation -
|
cfb6765
to
2357587
Compare
Hi @akariv, I've added the exception objects you mentioned. Also, updated the implementation to make it work with different combinations of processors. TBH not sure how it works but it seems to be working |
* Added additional information to exceptions (#134) * Added additional information to exceptions * Updated implementation Co-authored-by: Adam Kariv <[email protected]> * Complete exceptions work on other dsp kinds * Fix tests Co-authored-by: roll <[email protected]>