chore(druid): Remove legacy Druid NoSQL logic (#23997)

This commit is contained in:
John Bodley
2023-06-09 11:33:23 -07:00
committed by GitHub
parent bdb8bbef32
commit 9adb023880
42 changed files with 64 additions and 329 deletions

View File

@@ -22,7 +22,7 @@ from superset.common.chart_data import ChartDataResultType
from superset.utils.core import AnnotationType, DTTM_ALIAS
query_birth_names = {
"extras": {"where": "", "time_grain_sqla": "P1D", "having_druid": []},
"extras": {"where": "", "time_grain_sqla": "P1D"},
"columns": ["name"],
"metrics": [{"label": "sum__num"}],
"orderby": [("sum__num", False)],
@@ -38,7 +38,6 @@ query_birth_names = {
{"col": "name", "op": "NOT IN", "val": ["<NULL>", '"abc"']},
],
"having": "",
"having_filters": [],
"where": "",
}