mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
[dataset] columns and metrics API (nested) (#9268)
* [dataset] columns and metrics API (nested) * [dataset] tests and validation * [datasets] Fix, revert list field name to database_name
This commit is contained in:
committed by
GitHub
parent
46e39d1036
commit
ccb22dc976
@@ -25,7 +25,10 @@ from superset.exceptions import SupersetException
|
||||
class CommandException(SupersetException):
|
||||
""" Common base class for Command exceptions. """
|
||||
|
||||
pass
|
||||
def __repr__(self):
|
||||
if self._exception:
|
||||
return self._exception
|
||||
return self
|
||||
|
||||
|
||||
class CommandInvalidError(CommandException):
|
||||
|
||||
Reference in New Issue
Block a user