-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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 Import error #30383
Comments
I found some similar issues and discussions that might help you resolve the import errors you're encountering:
These steps should help you troubleshoot and resolve the import errors you're facing. |
What type of database were you attempting to import? |
Also curious if you see any more error logs/stacktraces ont the frontend or in the server logs. |
PostgreSQL |
2024-09-30 10:11:53,610:INFO:werkzeug:127.0.0.1 - - [30/Sep/2024 10:11:53] "GET /health HTTP/1.1" 200 - |
Also experiencing the same issue and server Traceback |
@JatinVenkatesh - Use developer tools to inspect the response from the
|
Ok, thank you will check that |
I'm working on a PR to fix what I believe is the same issue. Linking for convenience. |
Bug description
I was performing some exercise on the export and import of dashboards and databases. First, I exported the database and removed the database from the database connection. Then, when I try to import the database using the same zip file, I get the following error:.
Same goes for the dashboard as well:
How to reproduce the bug
Screenshots/recordings
Database error:
Dashboard error:
Superset version
4.0.2
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: