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

Fix multiple Diffs Complete! messages #394

Merged
merged 1 commit into from
Mar 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data_diff/dbt.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def dbt_diff(
+ "Skipped due to missing primary-key tag or multi-column primary-key (unsupported for non --cloud diffs)\n"
)

rich.print("Diffs Complete!")
rich.print("Diffs Complete!")


def _get_diff_vars(
Expand Down