DataCater/datacater

Improve robustness of transforms and filters

flippingbits opened this issue · 1 comments

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.

Fixed with d7e5c93