rtjarvis commented on issue #11788:
URL:
https://github.com/apache/incubator-superset/issues/11788#issuecomment-746615725
OK - a little more debugging. I tried `flask fab create-admin` and created
an admin user. This is accepted by the UI but I get a stack trace response:
```sqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable)
relation "user_attribute" does not exist
LINE 2: FROM user_attribute
^
[SQL: SELECT user_attribute.welcome_dashboard_id AS
user_attribute_welcome_dashboard_id
FROM user_attribute
WHERE user_attribute.user_id = %(user_id_1)s]
[parameters: {'user_id_1': '1'}]
(Background on this error at: http://sqlalche.me/e/f405)```
----------------------------------------------------------------
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]