villebro edited a comment on issue #8658: fix: handle duplicate groupby keys URL: https://github.com/apache/incubator-superset/pull/8658#issuecomment-577501692 Yeah, this is something that's been on my todo list, but never got around to adding the missing pieces to `query_object`, namely the possibility to transform query results (e.g. pivoting in area charts) prior to returning. There was a lengthy discussion about this with @kristw some time ago but I forget where (can search later). After we add the missing functionality, we should be able to enable `/api/v1/query/` for the remainder of existing visualizations, after which we can delete `viz.py`. Personally I've already deprecated `viz.py` in my head some time ago, and always tried to make sure `query_context.py` + `query_object.py` are given primary focus + unit tests, while only keeping `viz.py` alive until final deprecation.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
