mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(sqllab): Invalid SQL Error breaks SQL Lab (#33164)
This commit is contained in:
@@ -277,6 +277,7 @@ class ParsedQuery:
|
||||
"You may have an error in your SQL statement. {message}"
|
||||
).format(message=ex.error.message),
|
||||
level=ErrorLevel.ERROR,
|
||||
extra=ex.error.extra,
|
||||
)
|
||||
) from ex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user