mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
Added new exception class and start of better exception/error handling (#4514)
* rebase and linting * change back * wip * fixed broken test * fix flake8 * fix test
This commit is contained in:
committed by
Maxime Beauchemin
parent
ff41f40721
commit
2bc089ef8d
@@ -12,11 +12,11 @@ import uuid
|
||||
from mock import patch
|
||||
import numpy
|
||||
|
||||
from superset.exceptions import SupersetException
|
||||
from superset.utils import (
|
||||
base_json_conv, datetime_f, json_int_dttm_ser, json_iso_dttm_ser,
|
||||
JSONEncodedDict, memoized, merge_extra_filters, merge_request_params,
|
||||
parse_human_timedelta,
|
||||
SupersetException, validate_json, zlib_compress, zlib_decompress_to_string,
|
||||
parse_human_timedelta, validate_json, zlib_compress, zlib_decompress_to_string,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user