From 70c0eff91043c95586828a7e5fcc4553a84cc5e4 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Fri, 14 Jul 2017 19:07:25 +0000 Subject: [PATCH] Prevent SQLA warning related to SQLALCHEMY_TRACK_MODIFICATION --- superset/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/config.py b/superset/config.py index 61b111bde5764..6c38fa2f76b51 100644 --- a/superset/config.py +++ b/superset/config.py @@ -46,6 +46,7 @@ SUPERSET_WEBSERVER_TIMEOUT = 60 EMAIL_NOTIFICATIONS = False CUSTOM_SECURITY_MANAGER = None +SQLALCHEMY_TRACK_MODIFICATIONS = False # --------------------------------------------------------- # Your App secret key