Spaces:
Running
Running
Update Linkedin_Data_API_Calls.py
Browse files
Linkedin_Data_API_Calls.py
CHANGED
@@ -345,7 +345,7 @@ def prepare_data_for_bubble(detailed_posts, all_actual_comments_data):
|
|
345 |
li_post_comments.append({
|
346 |
"comment_text": single_comment_text,
|
347 |
"post_id": post_urn, # Foreign key to LI_post
|
348 |
-
"organization_urn"
|
349 |
# Could add sentiment per comment here if analyzed at that granularity
|
350 |
})
|
351 |
|
|
|
345 |
li_post_comments.append({
|
346 |
"comment_text": single_comment_text,
|
347 |
"post_id": post_urn, # Foreign key to LI_post
|
348 |
+
"organization_urn": org_urn
|
349 |
# Could add sentiment per comment here if analyzed at that granularity
|
350 |
})
|
351 |
|