buehlerfa opened a new issue, #36107: URL: https://github.com/apache/superset/issues/36107
### Bug description I am attempting to promote the dashboards that were created in one deployed environment to another, but cannot get meaningful errors from the UI's import feature to understand the issue. I originally started by attempting to import a dashboard. Doing nothing besides exporting the .zip from one environment and importing into the other resulted in the following error: "An error occurred while importing dashboard: Import dashboard failed for an unknown reason. Please re-export your file and try importing again" After several attempts with this failing and trying to manipulate the .yaml files, I decided to upload just the database and work from there. When attempting this, I get the following error "An error occurred while importing database: Invalid decryption key. Please re-export your file and try importing again" In looking at the logs there is also this error: "UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe3 in position 0: invalid continuation byte" Is this related to the SECRET_KEY value? I have these as being different between the environments for security purposes. Is this preventing the import or is it something else? If this is the issue, does apache superset assume that these will be the same across environments? Also, is there any way to access better logging for troubleshooting? ### Screenshots/recordings _No response_ ### Superset version 5.0.0 ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [ ] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
