Vitor-Avila commented on PR #36247: URL: https://github.com/apache/superset/pull/36247#issuecomment-3583512896
After talking with @betodealmeida and doing some more testing here, I noticed that this is actually a lot easier to reproduce. Since the AG Grid table is always adding a `GROUP BY`, downloading an un-aggregated table to CSV would only include distinct rows. We've agreed to actually take a first pass on fixing this at the backend: the backend should be capable of receiving `metrics=[]` and not add a group by for it. -- 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]
