AshenH commited on
Commit
52a979b
·
verified ·
1 Parent(s): af53f4b

Update tools/sql_tool.py

Browse files
Files changed (1) hide show
  1. tools/sql_tool.py +1 -1
tools/sql_tool.py CHANGED
@@ -35,7 +35,7 @@ class SQLTool:
35
  )
36
 
37
  token = self.cfg.motherduck_token or os.getenv("MOTHERDUCK_TOKEN")
38
- db_name = (self.cfg.motherduck_db or "workspace").strip()
39
  if not token:
40
  raise RuntimeError("Missing MOTHERDUCK_TOKEN")
41
 
 
35
  )
36
 
37
  token = self.cfg.motherduck_token or os.getenv("MOTHERDUCK_TOKEN")
38
+ db_name = my_db
39
  if not token:
40
  raise RuntimeError("Missing MOTHERDUCK_TOKEN")
41