villebro commented on pull request #16701: URL: https://github.com/apache/superset/pull/16701#issuecomment-921553719
> 1. export sample dashboard from homescreen is loading forever. double checked on production, working properly. not sure this is related to this PR, please confirm. also the file i downloaded is in JSON format, should be .zip instead > > Screen.Recording.2021-09-16.at.11.15.38.AM.mov I was able to repro this locally. This seems to be an unrelated bug affecting `json` exports, and I was able to repro this on master, too. Exporting `zip` files requires enabling the `VERSIONED_EXPORT` feature flag, and with this FF enabled exporting works as expected. I believe we should enable `VERSIONED_EXPORT` by default, as the legacy export feature appears to not work properly anymore. -- 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]
