From e7cfa4889cfa897e81f93d5e3c1f2d1b864fccb3 Mon Sep 17 00:00:00 2001 From: harshsoni2024 <64592571+harshsoni2024@users.noreply.github.com> Date: Wed, 11 Sep 2024 22:04:22 +0530 Subject: [PATCH] MINOR: profiler e2e fix (#17809) --- ingestion/src/metadata/profiler/processor/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion/src/metadata/profiler/processor/core.py b/ingestion/src/metadata/profiler/processor/core.py index ec9db6da458..f10054a3696 100644 --- a/ingestion/src/metadata/profiler/processor/core.py +++ b/ingestion/src/metadata/profiler/processor/core.py @@ -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: