From bb6b2da26749131f0160268ff0d71d0fe1f8a267 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Sun, 16 Jul 2017 22:02:22 -0700 Subject: [PATCH] Prevent SQLA warning related to SQLALCHEMY_TRACK_MODIFICATION (#3133) --- superset/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/config.py b/superset/config.py index 61b111bde5..6c38fa2f76 100644 --- a/superset/config.py +++ b/superset/config.py @@ -46,6 +46,7 @@ SUPERSET_WEBSERVER_PORT = 8088 SUPERSET_WEBSERVER_TIMEOUT = 60 EMAIL_NOTIFICATIONS = False CUSTOM_SECURITY_MANAGER = None +SQLALCHEMY_TRACK_MODIFICATIONS = False # --------------------------------------------------------- # Your App secret key