Spaces:
Running
Running
Update services/report_data_handler.py
Browse files
services/report_data_handler.py
CHANGED
@@ -52,7 +52,7 @@ def save_report_results(
|
|
52 |
"report_markdown": report_markdown if report_markdown else "N/A",
|
53 |
"quarter": quarter,
|
54 |
"year": year,
|
55 |
-
"report_type",
|
56 |
}
|
57 |
logger.info(f"Attempting to save agentic analysis to Bubble for org_urn: {org_urn}")
|
58 |
success_ids = bulk_upload_to_bubble([payload], BUBBLE_REPORT_TABLE_NAME)
|
|
|
52 |
"report_markdown": report_markdown if report_markdown else "N/A",
|
53 |
"quarter": quarter,
|
54 |
"year": year,
|
55 |
+
"report_type": report_type,
|
56 |
}
|
57 |
logger.info(f"Attempting to save agentic analysis to Bubble for org_urn: {org_urn}")
|
58 |
success_ids = bulk_upload_to_bubble([payload], BUBBLE_REPORT_TABLE_NAME)
|