-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Labels
Description
Expected Behavior or Use Case
The Presto SQL Client UI can show the query status, so if the query is slow the user understands why (waiting for resources, slow execution, etc). They can also use this status to drill deeper into the query, taking it to the query info page.
Presto Component, Service, or Connector
Presto UI
Possible Implementation
We can include a small bar that indicates the status, exactly as the main page does, and also include the Query ID, which users could click into to drill deeper into the query.