-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Unable to delete dashboards #27140
Comments
I have the same issue on 3.1.0 Also happening on the GUI as well as API. "There was an issue deleting TEST COPY - TO BE DELETED: Dashboard could not be deleted." Logs showing this
Full stack trace
|
Pasting my logs
|
@shubhshah01 Are you running superset on local environment manually or using docker compose ? |
Hey @weikhor |
@shubhshah01 The error is happening because you're missing the |
@michael-s-molina Thanks for that...I am on 3.1.0 how do i fix it if it was removed in that version ? |
Just to be clear, there's no script to remove |
Thanks @michael-s-molina |
Closing the issue assuming the problem was fixed by correctly executing the migrations. Feel free to reopen if that's not the case. |
Looks like my error is a different issue. |
Is there a suggested upgrade path of superset while upgrading to latest versions so that this issue doesn't arise? e.g. 3.0.1 -> 3.1.0 -> 4.0 -> 4.0.1 |
Bug description
For any existing dashboard or a new untitled empty dashboard, unable to delete it.
DELETE API response
Request URL:
https://<< host >>/api/v1/dashboard/14
Request Method:
DELETE
Status Code:
422 Unprocessable Content
Response
{"message":"Dashboard could not be deleted."}
How to reproduce the bug
Screenshots/recordings
Superset version
3.1.0
Python version
3.9
Node version
16
Browser
Chrome
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: