mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: Add post processing to QueryObject (#9427)
* Add post processing to QueryObject * Simplify sort signature and require explicit sort order * Add new operations and unit tests * linting * Address comments * Simplify test method names * Address comments * Linting * remove unnecessary logic * Apply strict whitelisting to all getattr calls * Add checking of rolling_type_options and add/improve docs
This commit is contained in:
@@ -68,3 +68,7 @@ class CertificateException(SupersetException):
|
||||
|
||||
class DatabaseNotFound(SupersetException):
|
||||
status = 400
|
||||
|
||||
|
||||
class QueryObjectValidationError(SupersetException):
|
||||
status = 400
|
||||
|
||||
Reference in New Issue
Block a user