mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: row limits & row count labels are confusing (#27700)
This commit is contained in:
committed by
GitHub
parent
9fea3154fa
commit
12fe2929a4
@@ -80,6 +80,7 @@ const basicQueryResult: ChartDataResponseResult = {
|
||||
is_cached: false,
|
||||
query: 'SELECT ...',
|
||||
rowcount: 100,
|
||||
sql_rowcount: 100,
|
||||
stacktrace: null,
|
||||
status: 'success',
|
||||
from_dttm: null,
|
||||
|
||||
Reference in New Issue
Block a user