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


   After the refactor of [timeseries 
table](https://github.com/apache/incubator-superset/pull/11046), we've seen 
issues on dashboard where the data in the chart does not update when someone 
changes a dashboard filter. The chart seems to load, it says that the data is 
cached, but the actual numbers in the chart don't update. 
   
   I didn't look through the whole PR but I noticed that memoization was added 
[here](https://github.com/apache/incubator-superset/pull/11046/files#diff-8d4b0e3a26043fe8a62b1313ba26e34aR93)
 which seems like it could be the source of the issue.
   
   I may put up a revert PR for this as it causes data quality issues, but let 
me know if I missed a fix for this or if someone is able to fix it soon.
   
   @kgabryje @rusackas
   
   ### Expected results
   
   Data should update in timeseries table when filter is changed.
   
   ### Actual results
   
   Data does not consistently update in timeseries table when filter is changed.
   
   #### How to reproduce the bug
   
   1. Add a time series table and filter to dashboard
   2. Change the filter and check if data has updated
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: `master`
   
   
   ### Checklist
   
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included 
it here as text if there are any.
   - [x] I have reproduced the issue with at least the latest released version 
of superset.
   - [x] I have checked the issue tracker for the same issue and I haven't 
found one similar.
   


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