You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@micimize
Note that the validate processor provides means to act upon individual casting errors (including whether to drop/pass the failing rows). You can add this processor as the last one in your flow to create special handling for such errors.
I think the error logs in the process method should remain - as an indication to the user that something is not right - but the handling should be done using a processor.
I think exception handling should be done at the processor level, but just giving a way to override the behavior would be good as well
dataflows/dataflows/base/datastream_processor.py
Lines 82 to 90 in 5f4aeff
The text was updated successfully, but these errors were encountered: