mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
fix: Timeseries visualization with Chart Source = Query (#20795)
* fix timmeseries * update other references * fix * fix linting
This commit is contained in:
@@ -1728,7 +1728,7 @@ def is_test() -> bool:
|
||||
return strtobool(os.environ.get("SUPERSET_TESTENV", "false"))
|
||||
|
||||
|
||||
def get_time_filter_status( # pylint: disable=too-many-branches
|
||||
def get_time_filter_status(
|
||||
datasource: "BaseDatasource",
|
||||
applied_time_extras: Dict[str, str],
|
||||
) -> Tuple[List[Dict[str, str]], List[Dict[str, str]]]:
|
||||
|
||||
Reference in New Issue
Block a user