grundprinzip commented on issue #28336: URL: https://github.com/apache/superset/issues/28336#issuecomment-2096706468
This is my exact config file: ``` SECRET_KEY = 'BLA_BLA_BLA' SQLALCHEMY_DATABASE_URI = 'sqlite:///superset.db' PREVENT_UNSAFE_DB_CONNECTIONS = False ``` It works and throws the above error. it creates the superset db file so the path is correct but still throws. -- 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]
