diff --git a/superset/config.py b/superset/config.py index 870a4778013d2..228a9f2e4c983 100644 --- a/superset/config.py +++ b/superset/config.py @@ -401,7 +401,7 @@ def _try_json_readsha(filepath: str, length: int) -> Optional[str]: "DASHBOARD_NATIVE_FILTERS_SET": False, "DASHBOARD_FILTERS_EXPERIMENTAL": False, "GLOBAL_ASYNC_QUERIES": False, - "VERSIONED_EXPORT": True, + "VERSIONED_EXPORT": False, # Note that: RowLevelSecurityFilter is only given by default to the Admin role # and the Admin Role does have the all_datasources security permission. # But, if users create a specific role with access to RowLevelSecurityFilter MVC