From 1cfdebb59a123364e635afc06d0f1917b3fea5ae Mon Sep 17 00:00:00 2001 From: "Hugh A. Miles II" Date: Mon, 14 Mar 2022 17:27:20 -0700 Subject: [PATCH] Update config.py --- superset/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/config.py b/superset/config.py index 6579719ea81cc..37cde30f5344d 100644 --- a/superset/config.py +++ b/superset/config.py @@ -390,7 +390,7 @@ def _try_json_readsha(filepath: str, length: int) -> Optional[str]: "REMOVE_SLICE_LEVEL_LABEL_COLORS": False, "SHARE_QUERIES_VIA_KV_STORE": False, "TAGGING_SYSTEM": False, - "SQLLAB_BACKEND_PERSISTENCE": False, + "SQLLAB_BACKEND_PERSISTENCE": True, "LISTVIEWS_DEFAULT_CARD_VIEW": False, # Enables the replacement React views for all the FAB views (list, edit, show) with # designs introduced in https://github.com/apache/superset/issues/8976