Spaces:
Running
Running
Update services/report_data_handler.py
Browse files
services/report_data_handler.py
CHANGED
@@ -390,7 +390,7 @@ def fetch_and_reconstruct_data_from_bubble(report_df: pd.DataFrame) -> Optional[
|
|
390 |
# 2. Fetch all related OKRs using the report_id
|
391 |
okrs_df, error = fetch_linkedin_posts_data_from_bubble(
|
392 |
data_type=BUBBLE_OKR_TABLE_NAME,
|
393 |
-
constraint_value=report_id,
|
394 |
constraint_key='report',
|
395 |
constraint_type = 'equals'
|
396 |
)
|
|
|
390 |
# 2. Fetch all related OKRs using the report_id
|
391 |
okrs_df, error = fetch_linkedin_posts_data_from_bubble(
|
392 |
data_type=BUBBLE_OKR_TABLE_NAME,
|
393 |
+
constraint_value=str(report_id),
|
394 |
constraint_key='report',
|
395 |
constraint_type = 'equals'
|
396 |
)
|