@ghukill comment in PR #175
- Does this have implications for
DeletedRecordEvent? Do we want to update patterns so it has similar default, predictable behavior?
- Do we want more granular exception classes like
InvalidRecordError that extend SkippedRecordEvent, such that we could raise those more meaningful, granular exceptions from code, but still have a single except SkippedRecordEvent: ... logic at the higher level to group skipping behavior for all those child Exception types?
@ghukill comment in PR #175
DeletedRecordEvent? Do we want to update patterns so it has similar default, predictable behavior?InvalidRecordErrorthat extendSkippedRecordEvent, such that we could raise those more meaningful, granular exceptions from code, but still have a singleexcept SkippedRecordEvent: ...logic at the higher level to group skipping behavior for all those child Exception types?