mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
fix: Fix for updated cache dependency (#9850)
* Fixing missing dependency * Switching back to cachelib
This commit is contained in:
@@ -58,7 +58,7 @@ pip install {{ range .Values.additionalRequirements }}{{ . }} {{ end }}
|
||||
|
||||
{{- define "superset-config" }}
|
||||
import os
|
||||
from werkzeug.contrib.cache import RedisCache
|
||||
from cachelib.redis import RedisCache
|
||||
|
||||
def env(key, default=None):
|
||||
return os.getenv(key, default)
|
||||
|
||||
Reference in New Issue
Block a user