-
Notifications
You must be signed in to change notification settings - Fork 14k
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 export/import doesn't work in v1.3 #16434
Comments
@john-bodley @etr2460 hi! do you mind taking a look? ^ thanks! |
I think @betodealmeida knows the most about export/import, we don't really use this feature :/ |
gotcha, @jayakrishnankk trouble shoot the issue and tracked down to a potential cause of the regression #15909 , would you mind taking a look? @etr2460 |
Same issue here. I get the same error Exporting and importing any example dashboard in the same Superset environment (v 1.3). |
this is a user mistake by turning off the feature flag and moved to old mechanism: |
getting the same error, unable to export and import any of the example dashboards. |
Same issue here. |
We test new versions of Superset by importing dashboards from our production Superset (currently in version 1.0) to our testing Superset (currently in version 1.3.2). We were seeing the issues described here when importing dashboards into the testing Superset and just wanted to add that setting the Just adding this since this appears to be one of the first results when googling around, and having to turn on a feature flag may not be so intuitive. At least until #16569 is merged and the flag is turned on by default. |
We are trying to Import dashboard from Development Environment to Production environment. It keep throwing the below error. VERSIONED_EXPORT flag is true in both Development environment and Production Environment. We are using Apache Superset 1.3.1. Below is the error log. Error running import command |
Getting the following error during export > import of dashboards.
Expected results
Prior 1.3 recent update, we were able to do the following.
Environment setup and workflow:
dev
,prod
]dev
environmentprod
by doing following 3 steps3.1 Export dashboard from
dev
3.2 Import dashboard to
prod
3.3 Replace the
slug
for the new dashboard so that the users doesn't need to update their bookmarksActual results
Gets the following error :
Dataset %s already exists
Screenshots
How to reproduce the bug
Environment
(please complete the following information):
1.3
3.7.9
v14.15.5
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Tracked down the error to this pull request #15909, and specifically this change
The text was updated successfully, but these errors were encountered: