Spaces:
Running
Running
Update services/report_data_handler.py
Browse files
services/report_data_handler.py
CHANGED
@@ -115,6 +115,10 @@ def save_objectives(
|
|
115 |
for obj in objectives_data
|
116 |
]
|
117 |
|
|
|
|
|
|
|
|
|
118 |
logger.info(f"Attempting to save {len(payloads)} objectives for report_id: {report_id}")
|
119 |
objective_ids = bulk_upload_to_bubble(payloads, BUBBLE_OKR_TABLE_NAME) # Corrected table name
|
120 |
|
|
|
115 |
for obj in objectives_data
|
116 |
]
|
117 |
|
118 |
+
logger.ingo(f"objectives data {objectives_data}")
|
119 |
+
|
120 |
+
logger.info(f"payload {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
|
124 |
|