You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/01/13 19:00:41 UTC

[GitHub] [superset] ktmud commented on a change in pull request #17882: feat: Adds a key-value endpoint to store charts form data

ktmud commented on a change in pull request #17882:
URL: https://github.com/apache/superset/pull/17882#discussion_r784237964



##########
File path: superset/config.py
##########
@@ -577,6 +577,15 @@ def _try_json_readsha(filepath: str, length: int) -> Optional[str]:
     "REFRESH_TIMEOUT_ON_RETRIEVAL": True,
 }
 
+# Cache for chart form data
+CHART_FORM_DATA_CACHE_CONFIG: CacheConfig = {
+    "CACHE_TYPE": "filesystem",

Review comment:
       According to the [doc](https://flask-caching.readthedocs.io/en/latest/#filesystemcache), the cache type name `filesystem` is deprecated since 1.9.1. Superset is using 1.10.1.
   
   




-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org