devikaaaa33 commented on issue #25989: URL: https://github.com/apache/superset/issues/25989#issuecomment-2782024857
Hi @rusackas , I am also facing same issue though the fixes (https://github.com/apache/superset/pull/30503) are already applied to my code as well. I am using version 4.1.1. I tried the steps below, but they did not work. Developer tools show the error as "{ { "errors": [ { "message": "Import dashboard failed for an unknown reason", "error_type": "GENERIC_COMMAND_ERROR", "level": "error", "extra": { "issue_codes": [ { "code": 1010, "message": "Issue 1010 - Superset encountered an error while running a command." } ] } } ] }" Hi - I know this is probably really old, however, I made this work :- importing and export from v4.01 to 4.1rc2. Simply by moving all the files in the nested directory from the export zip to the root, then zipping and uploading to superset.. Hope this helps others. This attempted is a direct result from the helpful code above (Dosu). https://github.com/apache/superset/issues/19222#issuecomment-2340944113 Can someone look into this and provide a solution? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
