mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat: add SSL certificate validation for Druid (#9396)
* feat: add SSL certificate feature * Address comments * don't mutate extras * Address comments and add polish * Add further polish
This commit is contained in:
@@ -60,5 +60,9 @@ class SpatialException(SupersetException):
|
||||
pass
|
||||
|
||||
|
||||
class CertificateException(SupersetException):
|
||||
pass
|
||||
|
||||
|
||||
class DatabaseNotFound(SupersetException):
|
||||
status = 400
|
||||
|
||||
Reference in New Issue
Block a user