mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(native-filters): add timegrain and column filter (#13484)
* feat(native-filters): add timegrain and column filter * add fetch values predicate * bump deps * lint * fix test * add python test for legacy merge * fix default value and isInitialized to not check strict equality * Address comments * add FilterValue type * address review comments
This commit is contained in:
@@ -225,7 +225,7 @@ class TestExportDatabasesCommand(SupersetTestCase):
|
||||
"default_endpoint": None,
|
||||
"description": "",
|
||||
"extra": None,
|
||||
"fetch_values_predicate": None,
|
||||
"fetch_values_predicate": "123 = 123",
|
||||
"filter_select_enabled": True,
|
||||
"main_dttm_col": "ds",
|
||||
"metrics": [
|
||||
|
||||
Reference in New Issue
Block a user