-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
Cannot import/export Charts, Databases, Datasets, and Dashboards with VERSIONED_EXPORT=False #26417
Comments
Hi @CollinEMac. When |
@michael-s-molina how do you export dashboards using the legacy feature? That's an important part of the functionality we're missing. I think this issue may have been closed premature/mistakenly. |
I'm not sure if it's possible. Let me ping some folks with more context about this feature @eschutho @betodealmeida @hughhhh |
HI @CollinEMac and @vergenzt can I ask what the bugs are that you're finding with the new import/export feature? Since we're actively supporting that version, it will be easier for us to address any issues with that feature moving forward rather than supporting the old version. I saw that one of the bug tickets mentioned missing an export button with the flag turned on. You'll want to also give permissions for |
Hi @eschutho, Yes, our primary concern is that the export button is hidden for dashboards. We've verified that |
If you set |
Yes, we can see the export button with |
Closing this issue assuming that the export button is visible with
Please feel free to reopen it if necessary. |
Due to this change, imports/exports are hidden from the user when
VERSIONED_EXPORT
is set toFalse
. My team requires the ability to allow users to do a non-versioned export and import.There have been a few questions about this issue before but it doesn't look like there is currently an open issue:
How to reproduce the bug
VERSIONED_EXPORT
toFalse
in your config. (it'sTrue
by default)Expected results
I'd expect to be able to import and export as a
JSON
file whenVERSIONED_EXPORT
is turned off.Actual results
The import/export button doesn't display.
Screenshots
What I'd expect to see (export)
What I actually see (export)
What I'd expect to see (import)
What I actually see (import)
Environment
2.1.0
(Issue is present in latest - 3.1.0 as well)3.8
(Issue doesn't depend on python version though)20
(Issue doesn't depend on node version though)Checklist
Additional context
Worth noting that prior to Superset version 2.0, exporting and importing was available when versioned or non-versioned.
The text was updated successfully, but these errors were encountered: