This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.
"could not import 'dbt' package" error is confusing #525
Closed
Description
The exception thrown here frequently causes confusion as it is more commonly thrown when dbt_artifacts_parser
is missing.
The guidance to resolve the issue is correct however.
Make the error more generic, something like Please run pip install 'data-diff[dbt]' to install missing package dependencies.