Skip to content

Commit

Permalink
Fix: noop query for testing connection
Browse files Browse the repository at this point in the history
  • Loading branch information
taewhi committed May 23, 2024
1 parent 654232e commit b6192b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workbench/back/query_runner/traindb.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
}

class TrainDB(BaseSQLQueryRunner):
# noop_query = "SHOW MODELTYPES;"
noop_query = "SELECT 1;"
noop_query = "SELECT 1"

@classmethod
def configuration_schema(cls):
Expand Down

0 comments on commit b6192b3

Please sign in to comment.