NomadBYlife opened a new issue, #26632: URL: https://github.com/apache/superset/issues/26632
Hello! I installed version 3.0.1 of Superset to display charts! I have a MongoDB database so that the superset can work with it, I installed Apache Drill 1.21.1 Everything works, but there is a problem with the Drill to Details functionality. When I click the "Drill To Detail" button I get this error: "Unexpected error: Error: The number that was passed in is not a number." If I look at Apache Drill's logs, a request comes: SELECT COUNT(*) AS `COUNT(*)` FROM `mongo`.`events_base`.`events` LIMIT 50000 and indeed, if I check this request in the SQL Lab tab, it returns null But! if I change to SELECT COUNT(*) AS `COUNT` it works well, it retunrs 919176 If I clicl the "View as table" it works well. And the request normal : SELECT vendor AS vendor, COUNT(*) AS count FROM `mongo`.`events_base`.`events` GROUP BY vendor LIMIT 100 <img width="1423" alt="Снимок экрана 2024-01-16 в 15 16 21" src="https://github.com/apache/superset/assets/93082658/62186557-6bda-49b4-aefb-42650c2158e9"> <img width="1255" alt="Снимок экрана 2024-01-16 в 15 16 59" src="https://github.com/apache/superset/assets/93082658/264dd233-96c5-4f9e-a459-6abd63efcf92"> <img width="1440" alt="Снимок экрана 2024-01-16 в 15 19 22" src="https://github.com/apache/superset/assets/93082658/55669a8b-ab7a-4c08-b06d-065539305f47"> <img width="1418" alt="Снимок экрана 2024-01-16 в 15 19 47" src="https://github.com/apache/superset/assets/93082658/6b428084-b205-4755-acb2-c03d9da5f4fd"> I would be very grateful for any help in this matter, we have not been able to get around this for 2-3 weeks -- 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]
