Caching behaviour #38355
-
|
I am not quite sure if I am reading the documentation wrong or not understanding the caching mechanism with Apache Superset completely. We have multiple dashboards, datasets, charts etc. running Superset 6.0.0. The But, on some Charts, when opening the breadcrumb, it states "Cached 5 days ago". But, when I look at the payload which comes from I would assume that the The Data is refreshed without issues when clicking "Force refresh", but I guess that is not intended when the cache should be invalidated? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
In case anyone ever stumbles across a similar issue. Dosu pointed me in the right direction in this Issue: #38605 . So, nothing what was wrong with Apache Superset. But an unmaintained Python lib which was used to cache data in S3. |
Beta Was this translation helpful? Give feedback.
In case anyone ever stumbles across a similar issue. Dosu pointed me in the right direction in this Issue: #38605 . So, nothing what was wrong with Apache Superset. But an unmaintained Python lib which was used to cache data in S3.