Skip to content

Query from Superset on date fields #14

@thierry-beemenergy

Description

@thierry-beemenergy

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions