Skip to content

Commit e424ecb

Browse files
LaurenDebruynclaude
andcommitted
feat: add default check names for llm and hierarchy check types
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 303c50d commit e424ecb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

soda-core/src/soda_core/contracts/impl/contract_verification_impl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1401,6 +1401,8 @@ def column_expression(self) -> Optional[SqlExpressionStr | COLUMN]:
14011401
"aggregate": "Metric function meets threshold",
14021402
"metric": "Metric meets threshold",
14031403
"failed_rows": "No rows violating the condition",
1404+
"llm": "LLM validation passes",
1405+
"hierarchy": "Hierarchy structure is valid",
14041406
}
14051407

14061408
@property

0 commit comments

Comments
 (0)