Closed parthiv11 closed 11 months ago
Do you meant it is possible to create project with '-' using python sdk, right? It yes, to which problems or bugs does it lead?
On cloud SQL Editor it is not permissible to use "-" MINUS sign into identifiers
It is a web editor. You can use backquotes there:
create model `crx-openai4` ...
Ohh 😮😮 ..
Sorry I didn't know that
Your Environment
Please describe your issue and how we can replicate it
While using py-sdk to create model, project, db and views name can include "-"(Minus) sign which I think should not expected. Sanatize input name before sending to REST session.
Same issue can also be in js-sdk (not sure about it)