Skip to content

Commit af80ee7

Browse files
committed
contact_id change to contact_id_18
1 parent a38bdf3 commit af80ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/server/datasource_manager.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def __clean_csv_headers(header):
2626

2727
DATASOURCE_MAPPING = {
2828
'salesforcecontacts': {
29-
'id': 'contact_id',
29+
'id': 'contact_id_18',
3030
'csv_names': CSV_HEADERS['salesforcecontacts'],
3131
'tracked_columns': list(map(__clean_csv_headers, CSV_HEADERS['salesforcecontacts'])),
3232
'table_email': 'email',
@@ -102,7 +102,7 @@ def normalize_phone_number(number):
102102

103103
SOURCE_NORMALIZATION_MAPPING = {
104104
"salesforcecontacts": {
105-
"source_id": "contact_id",
105+
"source_id": "contact_id_18",
106106
"first_name": "first_name",
107107
"last_name": "last_name",
108108
"email": "email",

0 commit comments

Comments
 (0)