villebro opened a new pull request #7767: [WIP] bugfix: Oracle timegrains fail to render when wrapped in outer query URL: https://github.com/apache/incubator-superset/pull/7767 ### CATEGORY - [x] Bug Fix ### SUMMARY This bug is slightly related to #7729 , where Oracle is forced to wrap an additional query around the original query. This causes the SQLAlchemy compiler to create a new column object based on the original `TimestampExpression`, which doesn't receive a column (is only supposed to have the label of the original object), and hence is unable to complete the compilation. Will double check if this can be done more elegantly. ### TEST PLAN Tested locally to work. ### ADDITIONAL INFORMATION - [x] Has associated issue: Fixes #7765 ### REVIEWERS @devilzhangzzz
---------------------------------------------------------------- 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]
