mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
feat: custom error SQL Lab timeout (#15342)
* feat: custom error SQL Lab timeout * Update test
This commit is contained in:
@@ -61,6 +61,7 @@ export const ErrorTypeEnum = {
|
||||
DML_NOT_ALLOWED_ERROR: 'DML_NOT_ALLOWED_ERROR',
|
||||
INVALID_CTAS_QUERY_ERROR: 'INVALID_CTAS_QUERY_ERROR',
|
||||
INVALID_CVAS_QUERY_ERROR: 'INVALID_CVAS_QUERY_ERROR',
|
||||
SQLLAB_TIMEOUT_ERROR: 'SQLLAB_TIMEOUT_ERROR',
|
||||
|
||||
// Generic errors
|
||||
GENERIC_COMMAND_ERROR: 'GENERIC_COMMAND_ERROR',
|
||||
|
||||
Reference in New Issue
Block a user