Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
Prev Previous commit
resolve merge conflict
  • Loading branch information
leoebfolsom committed Feb 9, 2023
commit e441481c6f52f7e215ca36bfb85abd6b2fc6eb3b
4 changes: 2 additions & 2 deletions data_diff/diff_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ def _get_stats(self, is_dbt: bool = False) -> DiffStats:

return DiffStats(diff_by_sign, table1_count, table2_count, unchanged, diff_percent, extra_column_diffs)

def get_stats_string(self, is_dbt: bool = False):

def get_stats_string(self, is_dbt: bool = False):
diff_stats = self._get_stats(is_dbt)
if is_dbt:

if is_dbt:
string_output = "\n| Rows Added\t| Rows Removed\n"
string_output += "------------------------------------------------------------\n"

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.