Replies: 1 comment
-
Superset 4.1.2 does not have a configuration to automatically kill or cancel a running database query when a UI timeout occurs. Timeout settings like Some database engines (Hive, Impala, MySQL, SingleStore) have support for explicit query cancellation, but Superset only triggers these when the user cancels the query, not on timeout Hive, Impala, MySQL, SingleStore. If you need queries to be killed after a certain duration, consider enabling asynchronous query execution and setting To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently using superset 4.1.2 . When the query time out in UI , the superset not sending query kill/cancel request to database, causing the query getting executed in db for long. Is there any configuration available to set the query kill timeout in superset
Beta Was this translation helpful? Give feedback.
All reactions