GuglielmoTor commited on
Commit
58b1050
·
verified ·
1 Parent(s): 70a2adb

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -42,7 +42,7 @@ UI_MONTH_FORMAT = '%Y-%m'
42
  # --- NEW CONSTANTS for LinkedIn Data Operations Log ---
43
  BUBBLE_OPERATIONS_LOG_TABLE_NAME = "linkedin_data_operations_log"
44
  # Column names in the 'linkedin_data_operations_log' table in Bubble:
45
- BUBBLE_OPERATIONS_LOG_DATE_COLUMN = "date" # Stores the timestamp of the sync attempt
46
  BUBBLE_OPERATIONS_LOG_SUBJECT_COLUMN = "linkedin_data_operation_subject" # e.g., "post", "mention", "follower_stats"
47
  BUBBLE_OPERATIONS_LOG_ORG_URN_COLUMN = "organization_urn" # Stores the org URN
48
 
 
42
  # --- NEW CONSTANTS for LinkedIn Data Operations Log ---
43
  BUBBLE_OPERATIONS_LOG_TABLE_NAME = "linkedin_data_operations_log"
44
  # Column names in the 'linkedin_data_operations_log' table in Bubble:
45
+ BUBBLE_OPERATIONS_LOG_DATE_COLUMN = "data" # Stores the timestamp of the sync attempt
46
  BUBBLE_OPERATIONS_LOG_SUBJECT_COLUMN = "linkedin_data_operation_subject" # e.g., "post", "mention", "follower_stats"
47
  BUBBLE_OPERATIONS_LOG_ORG_URN_COLUMN = "organization_urn" # Stores the org URN
48