korjavin opened a new issue, #21160: URL: https://github.com/apache/superset/issues/21160
A clear and concise description of what the bug is. #### How to reproduce the bug 1. docker-compose up 2. http://localhost:8088 <- error 3. Scroll down to console 4. See error ``` superset_worker | raise exception superset_worker | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1819, in _execute_context superset_worker | self.dialect.do_execute( superset_worker | File "/usr/local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 732, in do_execute superset_worker | cursor.execute(statement, parameters) superset_worker | sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable) relation "report_schedule" does not exist superset_worker | LINE 2: FROM report_schedule ``` -- 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]
