-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
bugSomething isn't workingSomething isn't working
Description
Hello,
Thanks for your work!
I have issues to run queries from Superset with date-times, maybe you will have clues:
- My collection has a timestamp column named "date". I need to escape its name in my SQL queries, otherwise PartiQL won't parse it. But then, it sounds like to not match the existing field in the collection (data are always null).
- I tried to query another collection with a timestamp column named differently, this time I could retrieve values, but I have a troubles to filter on it, it always find no rows, with queries like
select * from something where somedate > '2000-01-01T00:00:00Z';
Thanks for your help
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working