Export/Import Dashboard does not import chart changes
See original GitHub issueWhen changes are made to a dashboard and chart(s) and exported and imported the chart changes are not imported. Only dashboard changes seem to be imported.
How to reproduce the bug
Create a dashboard, add a few charts and export (VERSIONED_EXPORT= True). Import it into another instance for the first time and all changes are imported.
Make some changes to the dashboard AND to the charts. Export and Import. The changes to the dashboard are imported but not the changes to the charts. Some of the changes that were not imported were:
- Pie chart for e.g. Emit Cross Filter
- Big Number with trend line - Time filter, changes to filter
A simple test is to for e.g. add/change the filter for the chart. After exporting, unzip the file and verify the Chart YAML. The new filter is present. Now import, the filter change is not present in the target.
Expected results
Chart modifications are also imported
Actual results
Only dashboard changes seem to be imported
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
(please complete the following information):
- browser type and version: Chrome
- superset version: 1.4.1
- python version:
python --version - node.js version:
node -v - any feature flags active:
- VERSIONED_EXPORT
- DASHBOARD_RBAC
- DASHBOARD_CROSS_FILTER
Checklist
Make sure to follow these steps before submitting your issue - thank you!
- I have checked the superset logs for python stacktraces and included it here as text if there are any.
- I have reproduced the issue with at least the latest released version of superset.
- 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.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)

Top Related StackOverflow Question
AFAIK all PRs that have been merged to master as of this moment related to import/export improvements should be included in 1.5.0rc1.
Closing this as a more detailed issues for 1.5.0 is created #20037