grundprinzip commented on issue #28336: URL: https://github.com/apache/superset/issues/28336#issuecomment-2096673141
So, as it turns out, in my supersset_config with a SQLAlchemy path configured it will fail. If I comment out the following in my config file it works fine. ```import os SECRET_KEY = 'BLA_BLA_BLA' # Comment out this one to fail... # SQLALCHEMY_DATABASE_URI = 'sqlite:///superset.db' PREVENT_UNSAFE_DB_CONNECTIONS = False ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
