mirror of
https://github.com/apache/superset.git
synced 2026-05-09 09:55:19 +00:00
fix(sqllab): Invalid SQL Error breaks SQL Lab (#33164)
This commit is contained in:
committed by
Michael S. Molina
parent
7c46374202
commit
f4ea15e477
@@ -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