diegomedina248 opened a new pull request, #19540: URL: https://github.com/apache/superset/pull/19540
### SUMMARY When the data cache is configured, after a cache invalidation in the explore, the results view is not impacted. So, if we modify the underlying dataset while using the explore, and we try to invalidate the cache, then the chart correctly displays the new data, but the view results doesn't. This PR ensures that, after a cache invalidation, both the chart and results reflect the latest data. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF Before: https://user-images.githubusercontent.com/17252075/161868686-e21df3d3-715b-4dab-8ab4-56bb0c8f928c.mov After: https://user-images.githubusercontent.com/17252075/161868702-d739e8b9-4687-4d9c-9bed-b10360554a9b.mov ### TESTING INSTRUCTIONS 1. Create a table chart with raw records, pointing to a dataset that is easy to update (Gsheets for example) 2. Add or remove some rows from your dataset 3. Refresh the cache on the chart Ensure that, after cache invalidation, both the chart and data results view reflect the latest data. ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [x] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- 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]
