mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
feat: Chart query last run timestamp (#36934)
(cherry picked from commit 1e8d648f47)
This commit is contained in:
committed by
Michael S. Molina
parent
edbeadd249
commit
d29ddd1def
@@ -224,6 +224,7 @@ class QueryContextProcessor:
|
||||
return {
|
||||
"cache_key": cache_key,
|
||||
"cached_dttm": cache.cache_dttm,
|
||||
"queried_dttm": cache.queried_dttm,
|
||||
"cache_timeout": self.get_cache_timeout(),
|
||||
"df": cache.df,
|
||||
"applied_template_filters": cache.applied_template_filters,
|
||||
|
||||
Reference in New Issue
Block a user