vincentytran commented on issue #14329: URL: https://github.com/apache/superset/issues/14329#issuecomment-826358816
I was able to resolve the issue by adding one line to the superset_config.py file, my guess is even though the docker compose includes postgres, maybe the defaults don't use it. Perhaps alerts/reporting only works when you don't use the embedded database but work fine with postgres. SQLALCHEMY_DATABASE_URI = "postgresql+psycopg2://superset:superset@superset_postgres_1/superset" -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
