mistercrunch commented on issue #5557: Can't add a table with same name as table existing in an other schema URL: https://github.com/apache/incubator-superset/issues/5557#issuecomment-410306136 We've tried to fix this issue many times (grep for `unique` in the `migrations/` folder for evidence of this) and I think it's just impossible to remove constraints using alembic on some databases because of non-deterministic constraints names. I'd recommend to manually delete the constraint using DML against your database.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
