srinisubramanian opened a new issue, #20037: URL: https://github.com/apache/superset/issues/20037
Exporting a dashboard and importing it into another instance/landscape of Superset (where the dashboard was previously imported and created) prompts to overwrite and on confirmation imports. The dashboard changes (title etc) are imported but the certification data entered for a dashboard is not imported. Also any chart changes are not imported. #### How to reproduce the bug 1. Create a dashboard and add a chart. Export and Import it to another instance where the dashboard does not exist. Import is successful but the Dashboard Certification and Certified By details are not imported. 2. Now make some change in the Dashboard like changing title and also changes in the include chart in the original instance like changing title or making changes to the chart itself. Export the dashboard and import it to the second system. The dashboard changes are imported but the Chart changes are NOT imported. 3. For testing I exported only the chart and imported the chart and it works. Looks like the overwrite of dashboard works but overwrite of chart is missing. ### Expected results Chart changes are also imported ### Actual results Chart changes are NOT imported #### Screenshots If applicable, add screenshots to help explain your problem. ### Environment (please complete the following information): - browser type and version: Chrome latest - superset version: 1.5.0 - python version: 3.8.12 - node.js version: N/A - any feature flags active: DASHBOARD_RBAC, VERSIONED_EXPORT, ENABLE_TEMPLATE_PROCESSING and DASHBOARD_CROSS_FILTERS ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [x] I have checked the superset logs for python stacktraces and included it here as text if there are 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. ### Additional context Add any other context about the problem here. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
