mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(chart-api): cached-indicator always shows value is cached (#11326)
This commit is contained in:
@@ -282,7 +282,7 @@ class QueryContext:
|
||||
"cache_timeout": self.cache_timeout,
|
||||
"df": df,
|
||||
"error": error_message,
|
||||
"is_cached": cache_key is not None,
|
||||
"is_cached": cache_value is not None,
|
||||
"query": query,
|
||||
"status": status,
|
||||
"stacktrace": stacktrace,
|
||||
|
||||
Reference in New Issue
Block a user