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

This commit is contained in:
Maxime Beauchemin
2024-04-02 13:58:35 -07:00
committed by GitHub
parent 9fea3154fa
commit 12fe2929a4
22 changed files with 50 additions and 53 deletions

View File

@@ -80,6 +80,7 @@ const basicQueryResult: ChartDataResponseResult = {
is_cached: false,
query: 'SELECT ...',
rowcount: 100,
sql_rowcount: 100,
stacktrace: null,
status: 'success',
from_dttm: null,