mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 08:44:49 +00:00
MINOR: profiler e2e fix (#17809)
This commit is contained in:
parent
454467620c
commit
e7cfa4889c
@ -603,7 +603,7 @@ class Profiler(Generic[TMetric]):
|
||||
|
||||
if self._system_results:
|
||||
system_profile = [
|
||||
SystemProfile(**system_result)
|
||||
SystemProfile.model_validate(system_result)
|
||||
for system_result in self._system_results
|
||||
]
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user