Spaces:
Running
Running
Update config.py
Browse files
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 = "
|
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 |
|