Skip to content

Commit 9fe3a68

Browse files
Merge pull request #24 from villagelabsco/fix/VD-6575
[VD-6575] Add some hubspot-related fields to the default list of ignored fields
2 parents 6d368bf + ace482d commit 9fe3a68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

target_elasticsearch/common.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"_sdc_batched_at",
4040
"_sdc_received_at",
4141
"_sdc_sync_started_at",
42+
# Some Hubspot fields should always be ignored
43+
"hs_lastmodifieddate",
44+
"hs_deal_score",
4245
]
4346
SPECIFIC_DIFF_PROCESS_DICT = "dict"
4447
SPECIFIC_DIFF_PROCESS_FLAT = "flat"

0 commit comments

Comments
 (0)