Spaces:
Running
Running
Update services/report_data_handler.py
Browse files
services/report_data_handler.py
CHANGED
@@ -117,7 +117,7 @@ def save_objectives(
|
|
117 |
|
118 |
logger.info(f"objectives data {objectives_data}")
|
119 |
|
120 |
-
logger.info(f"payload {
|
121 |
|
122 |
logger.info(f"Attempting to save {len(payloads)} objectives for report_id: {report_id}")
|
123 |
objective_ids = bulk_upload_to_bubble(payloads, BUBBLE_OKR_TABLE_NAME) # Corrected table name
|
|
|
117 |
|
118 |
logger.info(f"objectives data {objectives_data}")
|
119 |
|
120 |
+
logger.info(f"payload {payloads}")
|
121 |
|
122 |
logger.info(f"Attempting to save {len(payloads)} objectives for report_id: {report_id}")
|
123 |
objective_ids = bulk_upload_to_bubble(payloads, BUBBLE_OKR_TABLE_NAME) # Corrected table name
|