diff --git a/packages/ref-core/src/ref_core/constraints.py b/packages/ref-core/src/ref_core/constraints.py index 601617c..5b47217 100644 --- a/packages/ref-core/src/ref_core/constraints.py +++ b/packages/ref-core/src/ref_core/constraints.py @@ -80,7 +80,7 @@ def apply(self, group: pd.DataFrame, data_catalog: pd.DataFrame) -> pd.DataFrame A constraint that must be satisfied when executing a given metric run. This is applied to a group of datasets representing the inputs to a potential metric execution. -The group must satisfy all constraints to be executed. +The group must satisfy all constraints to be processed. This can include operations that are applied to a group of datasets which may modify the group, but may also include validators that check if the group satisfies a certain condition.