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

This commit is contained in:
Gabriel Torres Ruiz
2025-09-02 18:29:07 -03:00
committed by GitHub
parent 0de5b28716
commit 0a75bac2a1
11 changed files with 500 additions and 27 deletions

View File

@@ -188,7 +188,7 @@ class NullValueException(SupersetException):
class SupersetTemplateException(SupersetException):
pass
status = 422
class SpatialException(SupersetException):