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

Commit 197f988

Browse files
committed
print the paths when there's an error
1 parent 97578f1 commit 197f988

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

data_diff/dbt.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,12 @@ def _cloud_diff(diff_vars: DiffVars, datasource_id: int, datafold_host: str, url
323323
send_event_json(event_json)
324324

325325
if error:
326+
rich.print(
327+
"[red]"
328+
+ ".".join(diff_vars.prod_path)
329+
+ " <> "
330+
+ ".".join(diff_vars.dev_path)
331+
)
326332
logger.error(error)
327333

328334

0 commit comments

Comments
 (0)