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

Commit b570f3f

Browse files
Update data_diff/diff_tables.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d0e64c6 commit b570f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/diff_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def get_stats_dict(self, is_dbt: bool = False):
177177
"total": sum(diff_stats.diff_by_sign.values()),
178178
"stats": self.stats,
179179
}
180-
json_output["values"] = diff_stats.extra_column_diffs or {}
180+
json_output["values"] = diff_stats.extra_column_diffs or {}
181181
return json_output
182182

183183

0 commit comments

Comments
 (0)