jcontesti commented on issue #4070: There are some break/conflict when 
importing/exporting dashboard between different superset instances
URL: 
https://github.com/apache/incubator-superset/issues/4070#issuecomment-354412325
 
 
   The same has happened to me. When importing a dashboard, it seems that if 
the primary key dashboards.id value exists in the superset database, then the 
operation becomes an update. On the other hand, if the dashboards.id value 
doesn't exist, then it is converted into a normal insert with a new id value. 
   
   By the way, the same happens with the primary key of the slices, field 
slices.id. 
   
   Maybe a possible workaround until the bug is solved is to change the ids 
directly in the database, selecting values not used in the destination 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

Reply via email to