test: expand unit tests for ml and dagster resources

This commit is contained in:
Stijnvandenbroek
2026-03-11 13:52:53 +00:00
parent 6d0114aafc
commit adcc112f90
5 changed files with 749 additions and 4 deletions

View File

@@ -118,6 +118,6 @@ def listing_alert(
return MaterializeResult(
metadata={
"notified": sent,
"min_elo_threshold": MetadataValue.float(config.min_elo),
"min_elo_threshold": MetadataValue.float(float(config.min_elo)),
}
)