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

Commit 09a0593

Browse files
committed
flush no pk error
1 parent a8d9860 commit 09a0593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/dbt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def dbt_diff(
137137
dbt_model=diff_vars.dbt_model,
138138
error="No primary key found. Add uniqueness tests, meta, or tags.",
139139
)
140-
))
140+
), flush=True)
141141
else:
142142
rich.print(
143143
_diff_output_base(".".join(diff_vars.dev_path), ".".join(diff_vars.prod_path))

0 commit comments

Comments
 (0)