fix: row limits & row count labels are confusing (#27700)

(cherry picked from commit 12fe2929a4)
This commit is contained in:
Maxime Beauchemin
2024-04-02 13:58:35 -07:00
committed by Michael S. Molina
parent 026c75e018
commit 54942e2eaa
22 changed files with 50 additions and 53 deletions

View File

@@ -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,