Skip to content

Commit

Permalink
add macros to flat graph (#332)
Browse files Browse the repository at this point in the history
automatic commit by git-black, original commits:
  de06d65
  • Loading branch information
cmcarthur authored and iknox-fa committed Feb 8, 2022
1 parent fb64d2b commit 617f0cf
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 @@ -657,7 +657,7 @@ def dependency_not_found(model, target_model_name):
def macro_not_found(model, target_macro_id):
raise_compiler_error(
model,
"'{}' references macro '{}' which is not defined!"
"'{}' references macro '{}' which is not defined!".format(
model.unique_id, target_macro_id
),
)
Expand Down

0 comments on commit 617f0cf

Please sign in to comment.