code-ab opened a new issue, #37372:
URL: https://github.com/apache/superset/issues/37372
### Bug description
Running Superset in a container
Superset version 6.0.0
When I open a graph and select filter Time Range as "Last week". It is not
displaying data for today's date.
I am expecting to see data for the 7 days including the data till now. But
it is displaying data till yesterday.
Here is the query :
SELECT DATE_TRUNC('hour',
<img width="588" height="481" alt="Image"
src="https://github.com/user-attachments/assets/5859504d-6c68-4906-ba13-7889c6b445be"
/>
) AS collection_time, MAX(used_memory / 1e6) AS "Used Memory",
MAX(max_memory / 1e6) AS "Max Memory"
FROM public."MY_TABLE"
WHERE **collection_time >= TO_TIMESTAMP('2026-01-15 00:00:00.000000',
'YYYY-MM-DD HH24:MI:SS.US') AND collection_time < TO_TIMESTAMP('2026-01-22
00:00:00.000000', 'YYYY-MM-DD HH24:MI:SS.US')** GROUP BY DATE_TRUNC('hour',
collection_time) ORDER BY "Used Memory" DESC
LIMIT 10000;
### Screenshots/recordings
_No response_
### Superset version
6.0.0
### Python version
I don't know
### Node version
I don't know
### Browser
Chrome
### Additional context
_No response_
### Checklist
- [x] I have searched Superset docs and Slack and didn't find a solution to
my problem.
- [ ] I have searched the GitHub issue tracker and didn't find a similar bug
report.
- [ ] I have checked Superset's logs for errors and if I found a relevant
Python stacktrace, I included it here as text in the "additional context"
section.
--
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]