fix: Timeseries visualization with Chart Source = Query (#20795)

* fix timmeseries

* update other references

* fix

* fix linting
This commit is contained in:
Hugh A. Miles II
2022-07-22 13:30:24 -04:00
committed by GitHub
parent 7495cdbfe0
commit 2c010974e8
3 changed files with 44 additions and 10 deletions

View File

@@ -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]]]: