rusackas commented on issue #37372: URL: https://github.com/apache/superset/issues/37372#issuecomment-4898906504
This is all by design: relative ranges like 'Last week' resolve to [today-7days, today-midnight) with an exclusive end, deliberately excluding today's partial data (long-standing date_parser semantics, same discussion as #37246). Workaround is a custom range ending 'now', which you can already do. -- 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]
