You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/08/12 19:54:13 UTC

[GitHub] [superset] rvazquezglez edited a comment on issue #16223: Time range filter not working with Trino.

rvazquezglez edited a comment on issue #16223:
URL: https://github.com/apache/superset/issues/16223#issuecomment-897924642


   I was able to work around this by not selecting a time column, [enabling `ENABLE_TEMPLATE_PROCESSING`](https://medium.com/geekculture/interactive-dashboards-in-apache-superset-ec4a3bf9bc82) and using templates like:
   
   ```
   WHERE objectid_timestamp(_id) >= parse_datetime('{{from_dttm}}','YYYY-MM-dd''T''HH:mm:ss') 
       AND objectid_timestamp(_id) < parse_datetime('{{to_dttm}}','YYYY-MM-dd''T''HH:mm:ss') 
   ```


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org