yuexianchao opened a new issue #10185: URL: https://github.com/apache/incubator-superset/issues/10185
不同的db,添加相同的表名会报错,来源是两个不同的db,tables 表的索引UNIQUE (table_name) 应该改成 UNIQUE (database_id,table_name),希望在下一版本能修正这个问题 ,谢谢 ---------------------------------------------------------------- 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]
