GuglielmoTor commited on
Commit
3fb0aa4
·
verified ·
1 Parent(s): 28bee4a

Update services/report_data_handler.py

Browse files
Files changed (1) hide show
  1. services/report_data_handler.py +1 -1
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
  )