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

Commit c26b2b2

Browse files
authored
Merge pull request #630 from leoebfolsom/reverse-rows-added-removed
fix reversal of rows added and removed
2 parents 63598f4 + 78aa216 commit c26b2b2

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
@@ -140,8 +140,8 @@ def get_stats_string(self, is_dbt: bool = False):
140140

141141
if is_dbt:
142142
string_output = dbt_diff_string_template(
143-
diff_stats.diff_by_sign["-"],
144143
diff_stats.diff_by_sign["+"],
144+
diff_stats.diff_by_sign["-"],
145145
diff_stats.diff_by_sign["!"],
146146
diff_stats.unchanged,
147147
diff_stats.extra_column_diffs,

0 commit comments

Comments
 (0)