mindsdb/mindsdb_python_sdk

Creating project with hyphen in name allowed

SebastianJames55 opened this issue · 1 comments

Your Environment

Please describe your issue and how we can replicate it
Add a message to not use a hyphen when creating project names as it throws an error when you drop it.

server.create_project('mind-reader') allows the project to be created.
server.drop_project('mind-reader') gives error:

RuntimeError: SQL statement cannot be parsed by mindsdb_sql - DROP DATABASE mind-reader-project: Syntax error at token MINUS: "-"
ea-rus commented

Done in #65