Skip to content

Commit

Permalink
add exceptions, remove "kind" field, make the inner Relation referenc…
Browse files Browse the repository at this point in the history
…e mandatory

automatic commit by git-black, original commits:
  d61b28e
  • Loading branch information
Jacob Beck authored and iknox-fa committed Feb 8, 2022
1 parent 617f0cf commit d7c7b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ def bad_package_spec(repo, spec, error_message):


def raise_cache_inconsistent(message):
raise InternalException('Cache inconsistency detected: {}'.format(message))
raise InternalException("Cache inconsistency detected: {}".format(message))


def missing_config(model, name):
Expand Down

0 comments on commit d7c7b8e

Please sign in to comment.