Skip to content

Commit

Permalink
removed debug query
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharma committed Sep 11, 2023
1 parent 3b83fcc commit ae7b1fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dbt/adapters/teradata/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,5 +322,3 @@ def valid_incremental_strategies(self):
"""
return ["delete+insert","append","merge"]

def debug_query(self) -> None:
self.execute("select 1 as id")

0 comments on commit ae7b1fe

Please sign in to comment.