Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit d86950e

Browse files
committed
Added differ name to tracking info
1 parent aa74a22 commit d86950e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_diff/diff_tables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def diff_tables(self, table1: TableSegment, table2: TableSegment) -> DiffResult:
9696

9797
if is_tracking_enabled():
9898
options = dict(self)
99+
options["differ_name"] = type(self).__name__
99100
event_json = create_start_event_json(options)
100101
run_as_daemon(send_event_json, event_json)
101102

0 commit comments

Comments
 (0)