-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard filters scopes are not carried while export/import dashboards #19944
Comments
+1 |
2 similar comments
+1 |
+1 |
Working as Expected. |
facing the same problem while import from v1.5.0 to v2.1.0. |
Facing the same issue with Cross Filter scoping.
Expected result: Observation: Importing the dashboard seems to assign the new chart ids. Check the properties of a dashboard (edit dashboard -> edit properties -> advance JSON metadata)
The chart ids 1, 2, 3, 4, 5, 6 were the old chart ids when I exported the dashboard first time. It has correct cross-filter scoping. Deleting a dashboard and corresponding charts, importing the dashboard generates new chart ids (from 37 to 42) and assigns |
I have to go to every chart and click Save again to make the notification dissapear.
I guess this was because the Superset launching by docker already have chart ids from 1 to 36 as example charts |
Yes, still it should preserve the scoping of cross filters with import functionality.
|
I have checked with import a dashboard from v1.5.0 to v2.1.0.It is working as expected.I didn't see all the filters are automatically applied to all the charts. |
My v.1.5.0 was built from scratch, and v.2.1.0 was deploy from docker, don't know is it because of this so I got the annoying notification and filters apply all charts |
This issue still exists in 3.0.0 also, we are facing same issue. not able to export and import. this feature is non usable now. |
I assume this still happens in 3.1/4.0, but if anyone can confirm or deny it, it would be appreciated, since we officially no longer support 3.0 or prior. |
Still happening with 4.0.2. We have a dev and prod setup and changes done in dev are exported -> imported into prod but all cross filter is lost which forces manual changes. As we are growing to 50+ dashboards things got out of control and we cannot proceed doing it manually. |
We need to migrate more than 200 dashboards and it is essential to have this functionality to ensure the correct transition. We are currently working with version 4.0.2. |
We are currently using Superset 1.4.2 (but we just checked it also with the 1.5.0 version) and we are experiencing an issue while exporting and importing a dashboard.
The filters defined ad the dashboard level don't follow the scoping defined. They are automatically applied to all charts, even if a different scoping was defined before the export.
How to reproduce the bug
Expected results
We expect to have the same scoping as in the original dashboard for the filters
Actual results
The scoping is not carried while the export, so all the filters are automatically applied to all the charts.
Environment
(please complete the following information):
Checklist
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: