CyrilLeMat opened a new 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 Make sure these boxes are checked before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if any - [x] I have reproduced the issue with at least the latest released version of superset - [x] I have checked the issue tracker for the same issue and I haven't found one similar ### Superset version 0.26.3 ### Expected results I have a Postgresql Database. I have already added the table 'schema1.table_name' I want to add the table 'schema2.table_name' ### Actual results I can't add the table, I got the message "Integrity error, probably unique constraint" in the tablemodelview/list/ screen  ### Steps to reproduce Adding a postgresql database In postgresql, Creating 2 Schema & Adding 2 table with same names in the schemas In superset, Adding the first table then the second one
---------------------------------------------------------------- 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]
