Spaces:
Sleeping
Sleeping
Update services/report_data_handler.py
Browse files
services/report_data_handler.py
CHANGED
@@ -376,7 +376,7 @@ def fetch_and_reconstruct_data_from_bubble(report_df: pd.DataFrame) -> Optional[
|
|
376 |
# logger.error(f"Could not fetch latest report for org_urn {org_urn}. Error: {error}")
|
377 |
# return None
|
378 |
|
379 |
-
logger.info(f"Starting data fetch and reconstruction
|
380 |
try:
|
381 |
# Get the most recent report (assuming the first one is the latest)
|
382 |
latest_report = report_df.iloc[0]
|
|
|
376 |
# logger.error(f"Could not fetch latest report for org_urn {org_urn}. Error: {error}")
|
377 |
# return None
|
378 |
|
379 |
+
logger.info(f"Starting data fetch and reconstruction")
|
380 |
try:
|
381 |
# Get the most recent report (assuming the first one is the latest)
|
382 |
latest_report = report_df.iloc[0]
|