mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
refactor: sqllab: move sqllab ralated enumns and utils to more logical place (#16843)
* refactor move QueryStatus to common * refactor move apply_display_max_row_limit to sqllab package * refactor move limiting_factor to sqllab package * fix pylint issues
This commit is contained in:
@@ -82,8 +82,6 @@ class TimeGrain(NamedTuple):
|
||||
duration: Optional[str]
|
||||
|
||||
|
||||
QueryStatus = utils.QueryStatus
|
||||
|
||||
builtin_time_grains: Dict[Optional[str], str] = {
|
||||
None: __("Original value"),
|
||||
"PT1S": __("Second"),
|
||||
|
||||
Reference in New Issue
Block a user