Skip to content

Commit

Permalink
Feature/alias (#800)
Browse files Browse the repository at this point in the history
Implement model aliasing

Co-authored-by: Brian Abelson <abelsonlive@users.noreply.github.com>
Co-authored-by: Jonathan Kaczynski <jon-rtr@users.noreply.github.com>

automatic commit by git-black, original commits:
  540631f
  • Loading branch information
drewbanin authored and iknox-fa committed Feb 8, 2022
1 parent 8049e64 commit 0060962
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 @@ -872,7 +872,7 @@ def raise_ambiguous_alias(node_1, node_2, duped_name=None):

raise_compiler_error(
'dbt found two resources with the database representation "{}".\ndbt '
'cannot create two resources with identical database representations. '
"cannot create two resources with identical database representations. "
'To fix this,\nchange the configuration of one of these resources:'
'\n- {} ({})\n- {} ({})'.format(
duped_name,
Expand Down

0 comments on commit 0060962

Please sign in to comment.