Spaces:
Running
Running
Update sync_logic.py
Browse files- sync_logic.py +3 -1
sync_logic.py
CHANGED
@@ -303,7 +303,9 @@ def sync_linkedin_follower_stats(token_state):
|
|
303 |
token_state = _log_sync_attempt(org_urn, LOG_SUBJECT_FOLLOWER_STATS, token_state)
|
304 |
attempt_logged = True
|
305 |
return "Follower Stats: Config error. ", token_state
|
306 |
-
|
|
|
|
|
307 |
# Ensure the BUBBLE_UNIQUE_ID_COLUMN_NAME exists in the DataFrame if it's not empty,
|
308 |
# as it's crucial for building the maps for updates.
|
309 |
if not bubble_follower_stats_df_orig.empty and BUBBLE_UNIQUE_ID_COLUMN_NAME not in bubble_follower_stats_df_orig.columns:
|
|
|
303 |
token_state = _log_sync_attempt(org_urn, LOG_SUBJECT_FOLLOWER_STATS, token_state)
|
304 |
attempt_logged = True
|
305 |
return "Follower Stats: Config error. ", token_state
|
306 |
+
|
307 |
+
|
308 |
+
logging.info({bubble_follower_stats_df_orig.columns})
|
309 |
# Ensure the BUBBLE_UNIQUE_ID_COLUMN_NAME exists in the DataFrame if it's not empty,
|
310 |
# as it's crucial for building the maps for updates.
|
311 |
if not bubble_follower_stats_df_orig.empty and BUBBLE_UNIQUE_ID_COLUMN_NAME not in bubble_follower_stats_df_orig.columns:
|