soumitra-st opened a new pull request, #28364: URL: https://github.com/apache/superset/pull/28364
Older versions of Pinot did not support subquery, hence the explore view on SQL Lab was disabled. [Apache Pinot 1.0](https://docs.pinot.apache.org/reference/multi-stage-engine) added support for subquery, join, etc. in multi-stage query engine, so this PR enables the explore button. ### Create chart button is disabled before the fix <img width="900" alt="create-chart-disabled" src="https://github.com/apache/superset/assets/127247229/3205c19a-8f4b-41f2-a96c-400f4cb5fda8"> ### Create chart button is enabled after the fix <img width="947" alt="Screenshot 2024-05-06 at 6 32 59 PM" src="https://github.com/apache/superset/assets/127247229/1b0b0393-970e-4d03-a5c9-d9e89be52671"> ### Query in explore view <img width="1454" alt="explore-view" src="https://github.com/apache/superset/assets/127247229/8ca58b69-314f-4082-978c-8a620592604c"> ### Query with alias in SQL Lab <img width="1039" alt="alias-in-query" src="https://github.com/apache/superset/assets/127247229/66314342-c290-4634-be53-3843daef3ee0"> ### Query with alias in explore <img width="806" alt="explore-query-with-alias" src="https://github.com/apache/superset/assets/127247229/5a6c6c40-8419-46d7-90fd-f80eb23056fd"> ### ADDITIONAL INFORMATION Fixes #13623 issue - [x] Changes UI -- 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]
