pabrahamusa opened a new issue #11745:
URL: https://github.com/apache/incubator-superset/issues/11745


   While creating the Charts the timestamp queries are not parsed correctly. I 
tried to add table chart and the query as per the logs is 
   
    SELECT COUNT(*) AS "count"
   FROM "default"."mydata"
   WHERE "timemillis" >= '2020-11-12 00:00:00.000000'
     AND "timemillis" < '2020-11-19 00:00:00.000000'
   ORDER BY "count" DESC
   
   Which fails even if I try in SQLlab because I assume we cannot compare date 
as varchar. So it could be a potential bug in superset. I see in other tickets 
this issue is fixed however I am using the latest tag (docker pull 
apache/incubator-superset:latest) dated 18 Nov 2020 , 
DIGEST:sha256:92db38930faa65024558242d55e01eb57b5b5359c895aad3da007fcb16520896
   
   
![image](https://user-images.githubusercontent.com/47830507/99622397-0e17c880-29f8-11eb-8af0-22176254b929.png)
   
   
   
   
   
   
   
   
   
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to