ThChatz opened a new issue, #29616: URL: https://github.com/apache/superset/issues/29616
### Bug description Selecting a subquery calculated column as a dimension breaks charts ### How to reproduce the bug Add a subquery calculated column on a dataset Try to use it as a dimension ### Screenshots/recordings _No response_ ### Superset version 4.0.2 ### Python version Not applicable ### Node version Not applicable ### Browser Not applicable ### Additional context Simple fix would be to only use the column alias instead of the entire subquery in the generated SQL query ### Checklist - [X] I have searched Superset docs and Slack and didn't find a solution to my problem. - [X] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
