mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 10:39:30 +00:00 
			
		
		
		
	Add condition to fix error (#14856)
This commit is contained in:
		
							parent
							
								
									17fb2cabca
								
							
						
					
					
						commit
						d1460b675b
					
				| @ -241,7 +241,7 @@ class AggregatedCostAnalysisReportDataProcessor(DataProcessor): | |||||||
|         Helper method to calculate number of data assets within time period |         Helper method to calculate number of data assets within time period | ||||||
|         """ |         """ | ||||||
|         try: |         try: | ||||||
|             if not life_cycle: |             if not life_cycle or not life_cycle.accessed: | ||||||
|                 return |                 return | ||||||
| 
 | 
 | ||||||
|             # Iterate over the different time periods and update the data |             # Iterate over the different time periods and update the data | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Onkar Ravgan
						Onkar Ravgan