Peter Mutwiri commited on
Commit
84ca561
·
1 Parent(s): aab8f97

corrected source id and org id

Browse files
Files changed (1) hide show
  1. app/routers/datasources.py +1 -1
app/routers/datasources.py CHANGED
@@ -120,7 +120,7 @@ async def create_source_json(
120
  }
121
  redis.lpush("python:task_queue", json.dumps(task))
122
 
123
- df, industry, confidence = canonify_df(orgId, f"{sourceId}.json")
124
  # 3. 🎯 Prepare preview for real-time broadcast
125
 
126
  # Convert DataFrame to JSON-safe format
 
120
  }
121
  redis.lpush("python:task_queue", json.dumps(task))
122
 
123
+ df, industry, confidence = canonify_df(org_id, source_id)
124
  # 3. 🎯 Prepare preview for real-time broadcast
125
 
126
  # Convert DataFrame to JSON-safe format