Skip to content

Commit

Permalink
possibly reckless fix for #1352
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbanin committed Mar 15, 2019
1 parent a981f65 commit 1ce0493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/context/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def do_docs(*args):
def source(db_wrapper, model, config, manifest):
def do_source(source_name, table_name):
model.sources.append([source_name, table_name])
return ''
return db_wrapper.adapter.Relation.create_from_node(config, model)

return do_source

Expand Down

0 comments on commit 1ce0493

Please sign in to comment.