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 2022/04/04 09:24:19 UTC

[GitHub] [superset] gbusch commented on issue #19502: Export/Import Dashboard does not import chart changes

gbusch commented on issue #19502:
URL: https://github.com/apache/superset/issues/19502#issuecomment-1087320845

   I had the same problem:
   In the file "superset/dashboards/commands/importers/v1/__init__.py" there are calls to functions like import_chart, import_dataset etc. where the parameter "overwrite" is set to False.
   I set them to True and it works. But this is obviously just a hack and requires you to modify the source code.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

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