Skip to content

Commit

Permalink
fixes #537 (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Sep 26, 2017
1 parent 6e52b52 commit c02caa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def parse_node(node, node_path, root_project_config, package_project_config,
config_dict.update(config.config)
node['config'] = config_dict

context = dbt.context.parser.generate(node, package_project_config,
context = dbt.context.parser.generate(node, root_project_config,
{"macros": macros})

dbt.clients.jinja.get_rendered(
Expand Down

0 comments on commit c02caa0

Please sign in to comment.