mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-29 17:49:14 +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: |             if self._system_results: | ||||||
|                 system_profile = [ |                 system_profile = [ | ||||||
|                     SystemProfile(**system_result) |                     SystemProfile.model_validate(system_result) | ||||||
|                     for system_result in self._system_results |                     for system_result in self._system_results | ||||||
|                 ] |                 ] | ||||||
|             else: |             else: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 harshsoni2024
						harshsoni2024