bito-code-review[bot] commented on PR #43805: URL: https://github.com/apache/superset/pull/43805#issuecomment-5525162327
<!-- Bito Reply --> The pull request updates the dashboard export feature to support polling-based downloads, which addresses the limitation for guest sessions that lack email addresses. According to the updated documentation, the export now runs asynchronously, and the page polls for completion to trigger an automatic download. This mechanism is available to all sessions, including embedded guest-token sessions and anonymous users, allowing them to retrieve the export without needing an email fallback. The export runs under the guest token's RLS rules and resource claims, and the browser tab must remain open until the export finishes. -- 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]
