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

Commit 1922214

Browse files
committed
Corrected error message
1 parent 4e0d206 commit 1922214

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
@@ -15,7 +15,7 @@ def import_dbt():
1515
from dbt.config.renderer import ProfileRenderer
1616
import yaml
1717
except ImportError:
18-
raise RuntimeError("Could not import 'dbt' package. You can install it using 'pip install data-diff[dbt]'.")
18+
raise RuntimeError("Could not import 'dbt' package. You can install it using: pip install 'data-diff[dbt]'.")
1919

2020
return parse_run_results, parse_manifest, ProfileRenderer, yaml
2121

0 commit comments

Comments
 (0)