Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.
Closed
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_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def import_dbt_dependencies():
from dbt.config.renderer import ProfileRenderer
import yaml
except ImportError:
raise RuntimeError("Could not import 'dbt' package. You can install it using: pip install 'data-diff[dbt]'.")
raise RuntimeError("Please run pip install 'data-diff[dbt]' to install missing package dependencies.")

# dbt 1.5+ specific stuff to power selection of models
try:
Expand Down