Skip to content

Commit

Permalink
pr feedback: remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Aug 18, 2020
1 parent 58a3cb4 commit d3e4d3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/dbt/task/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ def print_start_line(self):
print_start_line(description, self.node_index, self.num_nodes)

def execute_data_test(self, test: CompiledDataTestNode):
# sql = (
# f'select count(*) as errors from (\n{test.injected_sql}\n) sbq'
# )
res, table = self.adapter.execute(
test.injected_sql, auto_begin=True, fetch=True
)
Expand Down

0 comments on commit d3e4d3f

Please sign in to comment.