fix(error-handling): jinja2 error handling improvements (#34803)

This commit is contained in:
Gabriel Torres Ruiz
2025-09-02 17:29:07 -04:00
committed by GitHub
parent 0de5b28716
commit 0a75bac2a1
11 changed files with 500 additions and 27 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ class NullValueException(SupersetException):
class SupersetTemplateException(SupersetException):
pass
status = 422
class SpatialException(SupersetException):