test: expand unit tests for ml and dagster resources
This commit is contained in:
@@ -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)),
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user