Skip to content

Commit

Permalink
Fix #3347
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Sep 14, 2021
1 parent 3effade commit 0adec32
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/dbt/parser/sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,6 @@ def parse_source_test(
tags=tags,
column_name=column_name
)
# we can't go through result.add_node - no file... instead!
if node.config.enabled:
self.manifest.add_node_nofile(node)
else:
self.manifest.add_disabled_nofile(node)
return node

def _generate_source_config(self, fqn: List[str], rendered: bool, project_name: str):
Expand Down

0 comments on commit 0adec32

Please sign in to comment.