rusackas commented on issue #29920: URL: https://github.com/apache/superset/issues/29920#issuecomment-2660614623
@TheShubhendra is the only person in the [DB user Rolodex](https://docs.google.com/spreadsheets/d/1U1qxiLvOX0kBTUGME1AHHi6Ywel6ECF8xk_Qy-V9R8c/edit?gid=0#gid=0) that uses Dynamo DB. Not sure if they can help, but worth a ping! Otherwise, I'm not sure who might be able to help here, but there may need to be some adjustments in the SQL parser or DBAPI driver. @betodealmeida might be able to advise. According to a quick Claude chat, it sounds like you can remove `AS virtual_table` and change `COUNT(*)` to `COUNT(1)` in your query, but I have no idea if that's accurate :P -- 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]
