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

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sung Won Chung committed Jan 26, 2024
1 parent 9154995 commit 0afe71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_diff/dbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def _cloud_diff(

diff_output_str += f"Primary Keys: {diff_vars.primary_keys} \n"
if diff_vars.where_filter:
diff_output_str += f"Where Filter: {diff_vars.where_filter} \n"
diff_output_str += f"Where Filter: '{str(diff_vars.where_filter)}' \n"

if diff_vars.include_columns:
diff_output_str += f"Included Columns: {diff_vars.include_columns} \n"
Expand Down

0 comments on commit 0afe71c

Please sign in to comment.