Improve robustness of transforms and filters
flippingbits opened this issue · 1 comments
flippingbits commented
Let's improve the robustness of our pre-defined filters and transforms by better handling the absence and typing of config values.
For instance, the contain filter should not throw an error in case the config value is absent but just return False
.
flippingbits commented
Fixed with d7e5c93