mirror of
https://github.com/apache/superset.git
synced 2026-04-17 07:05:04 +00:00
chore: removing Druid from front- and back- end (#20338)
* first pass at removing native Druid nosql * removing having_druid * addressing comments, linting * fixed all tests * addressing comments * redirected to ui-core TimeGranularity type * query form metric linting * fixed broken chart type * implementing feedback
This commit is contained in:
@@ -228,7 +228,6 @@ class TestUtils(SupersetTestCase):
|
||||
{"col": "__time_col", "op": "in", "val": "birth_year"},
|
||||
{"col": "__time_grain", "op": "in", "val": "years"},
|
||||
{"col": "A", "op": "like", "val": "hello"},
|
||||
{"col": "__time_origin", "op": "in", "val": "now"},
|
||||
{"col": "__granularity", "op": "in", "val": "90 seconds"},
|
||||
]
|
||||
}
|
||||
@@ -248,12 +247,10 @@ class TestUtils(SupersetTestCase):
|
||||
"granularity_sqla": "birth_year",
|
||||
"time_grain_sqla": "years",
|
||||
"granularity": "90 seconds",
|
||||
"druid_time_origin": "now",
|
||||
"applied_time_extras": {
|
||||
"__time_range": "1 year ago :",
|
||||
"__time_col": "birth_year",
|
||||
"__time_grain": "years",
|
||||
"__time_origin": "now",
|
||||
"__granularity": "90 seconds",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user