feat: Chart query last run timestamp (#36934)

This commit is contained in:
Luiz Otavio
2026-01-09 17:02:18 -03:00
committed by GitHub
parent 14c0cad0ba
commit 1e8d648f47
15 changed files with 254 additions and 12 deletions

View File

@@ -75,6 +75,7 @@ const basicQueryResult: ChartDataResponseResult = {
cache_key: null,
cached_dttm: null,
cache_timeout: null,
queried_dttm: null,
data: [],
colnames: [],
coltypes: [],