diff --git a/core/dbt/exceptions.py b/core/dbt/exceptions.py index 301409f10fd..10f9c988ce4 100644 --- a/core/dbt/exceptions.py +++ b/core/dbt/exceptions.py @@ -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):