-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
I noticed SQL queries (in Superset) with a hyphen in the collection name fail as I could not find a way to escape the hyphen.
SELECT * FROM collection-name LIMIT 100
returns
Error parsing near '-' at line 1:19
The same happens when wrapping the collection name in "`". When wrapping in double quotes ("), no data is returned.
A workaround is of course to create a view without the hyphen in the name for every affected collection, but it would be nice to have a way to use these collections directly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request