mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(filter-indicator): show filters handled by jinja as applied (#17140)
(cherry picked from commit d7834f17e3)
This commit is contained in:
committed by
Elizabeth Thompson
parent
4e3fa1a141
commit
d90bfa65ef
@@ -485,6 +485,7 @@ class QueryContext:
|
||||
"cached_dttm": cache.cache_dttm,
|
||||
"cache_timeout": self.cache_timeout,
|
||||
"df": cache.df,
|
||||
"applied_template_filters": cache.applied_template_filters,
|
||||
"annotation_data": cache.annotation_data,
|
||||
"error": cache.error_message,
|
||||
"is_cached": cache.is_cached,
|
||||
|
||||
Reference in New Issue
Block a user