rusackas commented on issue #24563: URL: https://github.com/apache/superset/issues/24563#issuecomment-4042517233
The root cause is understood: Elasticsearch SQL does not support `OFFSET`-based pagination, making arbitrary page navigation in Drill to Detail impossible. Two potential paths forward: 1. A more graceful error message explaining that pagination is not supported for this database engine 2. A flag on the Elasticsearch DB engine spec to suppress pagination controls when they are not supported If you are still experiencing this on Superset 5.x and are interested in contributing a fix along either of those lines, a PR would be welcome. Please validate on 5.x first and comment here to confirm it still occurs before starting work. -- 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]
