Skip to content

Commit

Permalink
rm alias from macros
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Jun 23, 2018
1 parent 6c6f18a commit f39b5a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def parse_macro_file(macro_file_path,
base_node.serialize(),
{
'name': name,
'alias': name, # TODO - macros should not have aliases
'unique_id': unique_id,
'tags': tags,
'resource_type': resource_type,
Expand Down

0 comments on commit f39b5a6

Please sign in to comment.