fix(sqllab): show actual execution duration in Query History (#34511)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Evan Rusackas
2025-08-12 14:34:34 -07:00
committed by GitHub
parent 34e10f5972
commit b25722ee2b
3 changed files with 12 additions and 6 deletions

View File

@@ -91,6 +91,7 @@ class QueryRestApi(BaseSupersetModelRestApi):
"user.id",
"user.last_name",
"start_time",
"start_running_time",
"end_time",
"tmp_table_name",
"tracking_url",