diff --git a/ingestion/src/metadata/data_insight/processor/reports/cost_analysis_report_data_processor.py b/ingestion/src/metadata/data_insight/processor/reports/cost_analysis_report_data_processor.py index e33a28847d9..bf951a8d4e4 100644 --- a/ingestion/src/metadata/data_insight/processor/reports/cost_analysis_report_data_processor.py +++ b/ingestion/src/metadata/data_insight/processor/reports/cost_analysis_report_data_processor.py @@ -241,7 +241,7 @@ class AggregatedCostAnalysisReportDataProcessor(DataProcessor): Helper method to calculate number of data assets within time period """ try: - if not life_cycle: + if not life_cycle or not life_cycle.accessed: return # Iterate over the different time periods and update the data