chore: add DASHBOARD_FILTERS_EXPERIMENTAL ff to BE default value (#15417)

This commit is contained in:
Amit Miran 2021-06-28 12:56:43 +03:00 committed by GitHub
parent f53b2c6587
commit 8205ea53ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -361,6 +361,7 @@ DEFAULT_FEATURE_FLAGS: Dict[str, bool] = {
"DASHBOARD_NATIVE_FILTERS": False,
"DASHBOARD_CROSS_FILTERS": False,
"DASHBOARD_NATIVE_FILTERS_SET": False,
"DASHBOARD_FILTERS_EXPERIMENTAL": False,
"GLOBAL_ASYNC_QUERIES": False,
"VERSIONED_EXPORT": False,
# Note that: RowLevelSecurityFilter is only given by default to the Admin role