mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
fix(sqllab): show actual execution duration in Query History (#34511)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -91,6 +91,7 @@ class QueryRestApi(BaseSupersetModelRestApi):
|
||||
"user.id",
|
||||
"user.last_name",
|
||||
"start_time",
|
||||
"start_running_time",
|
||||
"end_time",
|
||||
"tmp_table_name",
|
||||
"tracking_url",
|
||||
|
||||
Reference in New Issue
Block a user