mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
@@ -297,7 +297,7 @@ class ExtraCache:
|
||||
|
||||
for flt in form_data.get("adhoc_filters", []):
|
||||
val: Union[Any, List[Any]] = flt.get("comparator")
|
||||
op: str = flt["operator"].upper() if "operator" in flt else None
|
||||
op: str = flt["operator"].upper() if flt.get("operator") else None
|
||||
# fltOpName: str = flt.get("filterOptionName")
|
||||
if (
|
||||
flt.get("expressionType") == "SIMPLE"
|
||||
|
||||
Reference in New Issue
Block a user