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:
Ville Brofeldt
2020-07-26 12:40:03 +03:00
committed by GitHub
parent ea3c3bbae4
commit 5b6ff4944c
6 changed files with 8 additions and 8 deletions

View File

@@ -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,