Skip to content

Commit

Permalink
Prevent SQLA warning related to SQLALCHEMY_TRACK_MODIFICATION
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jul 15, 2017
1 parent 256a521 commit 70c0eff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
SUPERSET_WEBSERVER_TIMEOUT = 60
EMAIL_NOTIFICATIONS = False
CUSTOM_SECURITY_MANAGER = None
SQLALCHEMY_TRACK_MODIFICATIONS = False
# ---------------------------------------------------------

# Your App secret key
Expand Down

0 comments on commit 70c0eff

Please sign in to comment.