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:
Ville Brofeldt
2020-04-10 20:50:11 +03:00
committed by GitHub
parent 5ec0192bcc
commit a8ce3bccdf
9 changed files with 899 additions and 12 deletions

View File

@@ -68,3 +68,7 @@ class CertificateException(SupersetException):
class DatabaseNotFound(SupersetException):
status = 400
class QueryObjectValidationError(SupersetException):
status = 400