You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/07/17 10:35:12 UTC

[GitHub] [incubator-superset] yuexianchao opened a new issue #10358: bug: Integrity error, probably unique constraint

yuexianchao opened a new issue #10358:
URL: https://github.com/apache/incubator-superset/issues/10358


   For different dB, adding the same table name will result in an error. The source is two different dB, the index of tables table unique (table_ Name) should be changed to unique (database_id,table_name)I hope this problem can be corrected in the next version. Thank you
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] yuexianchao commented on issue #10358: bug: Integrity error, probably unique constraint

Posted by GitBox <gi...@apache.org>.
yuexianchao commented on issue #10358:
URL: https://github.com/apache/incubator-superset/issues/10358#issuecomment-660432985


   > Hi @yuexianchao thank you for reporting this.
   > 
   > I can't reproduce with the current master. Can you please post the version of superset you're using?
   0.36.0 version ,   Adding the same table in different database connections will give an error, the table name already exists


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] issue-label-bot[bot] commented on issue #10358: bug: Integrity error, probably unique constraint

Posted by GitBox <gi...@apache.org>.
issue-label-bot[bot] commented on issue #10358:
URL: https://github.com/apache/incubator-superset/issues/10358#issuecomment-660028939


   Issue-Label Bot is automatically applying the label `#bug` to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! 
   
    Links: [app homepage](https://github.com/marketplace/issue-label-bot), [dashboard](https://mlbot.net/data/apache/incubator-superset) and [code](https://github.com/hamelsmu/MLapp) for this bot.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] yuexianchao removed a comment on issue #10358: bug: Integrity error, probably unique constraint

Posted by GitBox <gi...@apache.org>.
yuexianchao removed a comment on issue #10358:
URL: https://github.com/apache/incubator-superset/issues/10358#issuecomment-660433078


   > > Hi @yuexianchao thank you for reporting this.
   > > I can't reproduce with the current master. Can you please post the version of superset you're using?
   > > 0.36.0 version ,   Adding the same table in different database connections will give an error, the table name already exists
   
   Integrity error, probably unique constraint
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] yuexianchao closed issue #10358: bug: Integrity error, probably unique constraint

Posted by GitBox <gi...@apache.org>.
yuexianchao closed issue #10358:
URL: https://github.com/apache/incubator-superset/issues/10358


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] danilostochi commented on issue #10358: bug: Integrity error, probably unique constraint

Posted by GitBox <gi...@apache.org>.
danilostochi commented on issue #10358:
URL: https://github.com/apache/incubator-superset/issues/10358#issuecomment-663814459


   I have the same error!
   Version Superset: 0.36.0
   ![image](https://user-images.githubusercontent.com/68624533/88449718-74605600-ce1f-11ea-86cb-15f6a6e4df71.png).
   
   Base: Postgres
   I have two schema, cliente01 and cliente02, this schema has tables same name "teste".
   
   Superset:
   when trying to call as different schema tables, we have an error.
   "Integrity error, probably unique constraint"
   
   .gif
   ![error](https://user-images.githubusercontent.com/68624533/88449957-88a55280-ce21-11ea-9f9c-63418c97bf3b.gif)
   
   
   
   
   
   
   
   
   
   
   
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] dpgaspar commented on issue #10358: bug: Integrity error, probably unique constraint

Posted by GitBox <gi...@apache.org>.
dpgaspar commented on issue #10358:
URL: https://github.com/apache/incubator-superset/issues/10358#issuecomment-660051975


   Hi @yuexianchao thank you for reporting this. 
   
   I can't reproduce with the current master. Can you please post the version of superset you're using?


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] yuexianchao commented on issue #10358: bug: Integrity error, probably unique constraint

Posted by GitBox <gi...@apache.org>.
yuexianchao commented on issue #10358:
URL: https://github.com/apache/incubator-superset/issues/10358#issuecomment-660433078


   > > Hi @yuexianchao thank you for reporting this.
   > > I can't reproduce with the current master. Can you please post the version of superset you're using?
   > > 0.36.0 version ,   Adding the same table in different database connections will give an error, the table name already exists
   
   Integrity error, probably unique constraint
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] yuexianchao edited a comment on issue #10358: bug: Integrity error, probably unique constraint

Posted by GitBox <gi...@apache.org>.
yuexianchao edited a comment on issue #10358:
URL: https://github.com/apache/incubator-superset/issues/10358#issuecomment-660432985


   > Hi @yuexianchao thank you for reporting this.
   > 
   > I can't reproduce with the current master. Can you please post the version of superset you're using?
   0.36.0 version ,   Adding the same table in different database connections will give an error, the table name already exists
   
   Integrity error, probably unique constraint
   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org