replace instances of dbt.exceptions with exceptions #1569
Labels
bug
Something isn't working
good_first_issue
Straightforward + self-contained changes, good for new contributors!
Milestone
Issue
Issue description
Some default implementations of dbt macros reference
dbt.exceptions
instead ofexceptions
, leading to errors likeIn many (all?) of these cases, the macro is raising a "not implemented" exception, so this is a low-impact bug, but one worth fixing for sure.
Results
dbt raises the incorrect error message
System information
The output of
dbt --version
:Steps to reproduce
This only really happens when you try to build a new adapter.
list_relations_without_caching
The text was updated successfully, but these errors were encountered: