Skip to content

Commit

Permalink
added test support for databases without boolean types (#4091)
Browse files Browse the repository at this point in the history
* added support for dbs without boolean types

* catch errors a bit better

* moved changelog entry

* fixed tests and updated exception

* cleaned up bool check

* added positive test, removed self ref

automatic commit by git-black, original commits:
  a5ce658
  eace5b7
  • Loading branch information
emmyoop authored and iknox-fa committed Feb 8, 2022
1 parent e62c91e commit 2963352
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/dbt/task/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@
PrintPassTestResult,
PrintWarnTestResult,
PrintFailureTestResult,
InternalException,
invalid_bool_error,
missing_materialization
PrintStartLine,
)
from dbt.exceptions import InternalException, invalid_bool_error, missing_materialization
from dbt.graph import (
Expand Down

0 comments on commit 2963352

Please sign in to comment.