mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: incorrect filter operator emitted by Filter Box (#10421)
* fix: equals operator in filter box * fix time range endpoint schema * fix test * bump packages * fix tests * lint
This commit is contained in:
2
tests/fixtures/query_context.py
vendored
2
tests/fixtures/query_context.py
vendored
@@ -19,7 +19,7 @@ from typing import Any, Dict, List
|
||||
|
||||
QUERY_OBJECTS = {
|
||||
"birth_names": {
|
||||
"extras": {"where": "", "time_range_endpoints": ["INCLUSIVE", "EXCLUSIVE"],},
|
||||
"extras": {"where": "", "time_range_endpoints": ["inclusive", "exclusive"]},
|
||||
"granularity": "ds",
|
||||
"groupby": ["name"],
|
||||
"is_timeseries": False,
|
||||
|
||||
Reference in New Issue
Block a user