Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Dec 4, 2018
1 parent 3665e65 commit cbfa21c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dbt/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,9 @@ def _get_target_failure_msg(model, target_model_name, target_model_package,
if include_path:
source_path_string = ' ({})'.format(model.get('original_file_path'))

return ("Model '{}'{} depends on model '{}' {}which {}"
.format(model.get('unique_id'),
return ("{} '{}'{} depends on model '{}' {}which {}"
.format(model.get('resource_type').title(),
model.get('unique_id'),
source_path_string,
target_model_name,
target_package_string,
Expand Down

0 comments on commit cbfa21c

Please sign in to comment.