Skip to content

Commit

Permalink
Implement relations api (#727)
Browse files Browse the repository at this point in the history
automatic commit by git-black, original commits:
  5344f54
  a37374d
  • Loading branch information
cmcarthur authored and iknox-fa committed Feb 8, 2022
1 parent d7c7b8e commit 79fc591
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/dbt/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,9 +722,7 @@ def missing_config(model, name):


def missing_relation(relation, model=None):
raise_compiler_error(
"Relation {} not found!".format(relation),
model)
raise_compiler_error("Relation {} not found!".format(relation), model)


def raise_dataclass_not_dict(obj):
Expand Down

0 comments on commit 79fc591

Please sign in to comment.