Scoring
Module computing scores.
Score
dataclass
Class representing a score.
Source code in src/dbt_score/scoring.py
rounded_value: float
property
Auto-round score down to 1 decimal place.
Scorer
Logic for computing scores.
Source code in src/dbt_score/scoring.py
__init__(config)
score_aggregate_evaluables(scores)
Compute the score of a list of evaluables.
Source code in src/dbt_score/scoring.py
score_evaluable(evaluable_results)
Compute the score of a given evaluable.