Skip to content

Commit d850a90

Browse files
committed
changed multi_source to entity_source_summary
1 parent 9f74361 commit d850a90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sz_tools/sz_snapshot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ class SnapshotWriter:
369369
"TOTALS": {"ENTITY_COUNT": 0, "RECORD_COUNT": 0},
370370
"DATA_SOURCES": {},
371371
"CROSS_SOURCES": {},
372-
"MULTI_SOURCES": {},
372+
"ENTITY_SOURCES": {},
373373
"ENTITY_SIZES": {},
374374
}
375375
self.initialize_match_levels(["TOTALS"])
@@ -482,7 +482,7 @@ class SnapshotWriter:
482482
# if len(entity0_sources) > 1:
483483
# include single source so can find non-matches, ie customers not on watch list or in reference file
484484
multi_source_key = "||".join(sorted(entity0_sources.keys()))
485-
self.update_stat_pack(["MULTI_SOURCES", multi_source_key], {"ENTITY_COUNT": 1, "SAMPLE": [entity_id]})
485+
self.update_stat_pack(["ENTITY_SOURCES", multi_source_key], {"ENTITY_COUNT": 1, "SAMPLE": [entity_id]})
486486
elif related_id > entity_id:
487487
sample = f"{entity_id} {related_id}"
488488
principle_matchkey = list(resume_data[related_id]["PRINCIPLES"].keys())[0]

0 commit comments

Comments
 (0)