task
Prefect task projecting evaluations into the flat csv_report_df.
Module
Functions
tabulate_criteria_outcomes_task
def tabulate_criteria_outcomes_task( datasource: BaseSource, config: TabulateConfig, evaluations: list[CriteriaEvaluation],) ‑> TabulateResult:Project structured evaluations into the flat report DataFrame.
Arguments
datasource: The datasource (for default display-rename resolution).config: Tabulate config (rename_columns).evaluations: The structured evaluations fromcriteria_matching.
Returns
TabulateResult carrying the flat csv_report_df.