validators

Module that provides mixins for commonly-used validations.

exception tasrif.processing_pipeline.validators.ValidationError

Raise when a validation fails in the validate hook of an Operator.

class tasrif.processing_pipeline.validators.InputsAreDataFramesValidatorMixin

Validates whether the inputs to the operator are DataFrames.

class tasrif.processing_pipeline.validators.GroupbyCompatibleValidatorMixin

Validates whether the inputs to the operator are compatible.