nguyenluongky opened a new issue #16462: URL: https://github.com/apache/superset/issues/16462
Currently, we use Native filter on Superset version 1.2, but looks like The actual time range does not show correctly with SIP-15 (in the SIP-15 the time range must is [inclusive, exclusive) ). So that mean the actual time range and the tool tip must show label as: from_date <= col < to_date. ### Expected results  ### Actual results  ### Environment (please complete the following information): - superset version: `1.2` - python version: `3.7 ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have rated this issue on slack community and they advice me to create a ticket. - [ ] I tried with the config SIP_15_DEFAULT_TIME_RANGE_ENDPOINTS = ["inclusive", "inclusive"] but doesn't help. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
