Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed May 28, 2019
1 parent 192e146 commit 8598a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/parser/base.py
Expand Up @@ -118,7 +118,7 @@ def get_alias_func(self):
GLOBAL_PROJECT_NAME
)
if get_alias_macro is None:
def get_alias(node, custom_alias_name=None):
def get_alias(custom_alias_name=None, node=None):
if custom_alias_name is None:
return node.name
else:
Expand Down

0 comments on commit 8598a50

Please sign in to comment.