mirror of
https://github.com/apache/superset.git
synced 2026-05-30 04:39:20 +00:00
fix: row limits & row count labels are confusing (#27700)
(cherry picked from commit 12fe2929a4)
This commit is contained in:
committed by
Michael S. Molina
parent
026c75e018
commit
54942e2eaa
@@ -194,6 +194,7 @@ class QueryContextProcessor:
|
||||
"status": cache.status,
|
||||
"stacktrace": cache.stacktrace,
|
||||
"rowcount": len(cache.df.index),
|
||||
"sql_rowcount": cache.sql_rowcount,
|
||||
"from_dttm": query_obj.from_dttm,
|
||||
"to_dttm": query_obj.to_dttm,
|
||||
"label_map": label_map,
|
||||
|
||||
Reference in New Issue
Block a user