config
Config for the tabulate_criteria_outcomes step (v1).
Classes
TabulateConfig
class TabulateConfig(**data: Any):Config for projecting criterion evaluations into the flat report df.
Arguments
rename_columns: Display-name map applied to failure-reason strings, so the projected reasons match the CSV report's display columns.
Create a new model by parsing and validating input data from keyword arguments.
Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.
self is explicitly positional-only to allow self as a field name.