mistercrunch commented on issue #29836: URL: https://github.com/apache/superset/issues/29836#issuecomment-2299389377
From inside the box that's running superset, run `superset db current`, it should point to something prior to the migration that creates `user_favorite_tag`. It's either that or: - some shenanigans happened on that db (like someone dropped the table) - maybe someone messed with the migration precedence either in the repo or locally (say squeezing in that migration or forcing a SHA in the table) - a false positive on the migration (?) like the create table failed but Alembic didn't know (?) I've never seen this before... - your app isn't pointing to the same place as where you think the migration ran (?) -- 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]
