JELGT2011 opened a new issue, #22862: URL: https://github.com/apache/superset/issues/22862
## [SIP] Proposal for Catalog Support in SQL Lab ### Motivation The current SQL Lab explorer is not very intuitive as there is no way to explore catalogs, and can only explore the `default` catalog. ### Proposed Change Add a new `Catalog` dropdown in the sqllab editor (similar to schema). <img width="406" alt="image" src="https://user-images.githubusercontent.com/4592187/214722967-cb4ad879-d460-402c-a799-395fbaf6b01a.png"> ### New or Changed Public Interfaces This should only affect the sqllab query tab. The `Catalog` dropdown will be similar enough to the `Schema` explorer. The word `schema` is kind of overloaded throughout Superset, so it's not entirely clear to me yet whether a new endpoint is necessary. Describe any new additions to the model, views or `REST` endpoints. Describe any changes to existing visualizations, dashboards and React components. Describe changes that affect the Superset CLI and how Superset is deployed. ### New dependencies None ### Migration Plan and Compatibility None ### Rejected Alternatives None -- 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]
