fix(sqllab): Invalid SQL Error breaks SQL Lab (#33164)

This commit is contained in:
JUST.in DO IT
2025-04-18 13:31:54 -07:00
committed by GitHub
parent b589d44dfb
commit 8c94f9c435
3 changed files with 29 additions and 5 deletions

View File

@@ -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