bito-code-review[bot] commented on PR #42952: URL: https://github.com/apache/superset/pull/42952#issuecomment-5235096035
<!-- Bito Reply --> The flagged issue is correct. The current documentation implies that the export is limited to the visible page, whereas the implementation actually exports up to the global row limit. To resolve this, update the documentation to clarify that the export may contain a broader result set than the current page. Suggested update for `docs/docs/using-superset/exploring-data.mdx`: ```mdx Use the **Download** button in the modal's toolbar to export the underlying row-level data as CSV or Excel (XLSX). Note that the export may contain a broader result set than the currently visible page. ``` There are no other comments on this PR to address. **docs/docs/using-superset/exploring-data.mdx** ``` Use the **Download** button in the modal's toolbar to export the underlying row-level data as CSV or Excel (XLSX). Note that the export may contain a broader result set than the currently visible page. ``` -- 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]
