Prevent SQLA warning related to SQLALCHEMY_TRACK_MODIFICATION (#3133)
This commit is contained in:
parent
7abe2d5eee
commit
bb6b2da267
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue