All validation logic should be contained in the parse sub in Datahub::Factory::PipelineConfig. This is currently not the case. Datahub::Factory::Fixer::Condition contains specific validation of the config structure which gets executed needlessly again and again with every single import-fix-export iteration.
All validation logic should be contained in the
parse
sub in Datahub::Factory::PipelineConfig. This is currently not the case. Datahub::Factory::Fixer::Condition contains specific validation of the config structure which gets executed needlessly again and again with every single import-fix-export iteration.