diff --git a/superset/config.py b/superset/config.py index 401dfd2f3d995..65cafb1820e60 100644 --- a/superset/config.py +++ b/superset/config.py @@ -245,6 +245,7 @@ def _try_json_readsha(filepath: str, length: int) -> str | None: WTF_CSRF_EXEMPT_LIST = [ "superset.views.core.log", "superset.views.core.explore_json", + "superset.charts.api.warm_up_cache", "superset.charts.data.api.data", ]