Replies: 1 comment 1 reply
|
Hi @hoebling — good question. Here's what I found: The SQL Lab schema/table sidebar was redesigned as part of SIP-111, introduced in PR #37298 (merged January 2026). This replaced the classic dropdown-based There is no feature flag or configuration option to toggle back to the old SQL Lab sidebar UI in v6. The treeview replacement was designed as a full UI change, not a togglable option. The treeview has received several follow-up fixes addressing usability concerns — PR #39173 fixed schema filtering, pin/unpin UX, copy actions, and toolbar styling, while PR #39396 added schema pinning, column sorting, and table schema refresh. So the v6 experience is actively improving. If preserving the old look and feel is important for your end-consumers, your practical options are:
Would you like more detail on the specific component files involved in case you want to evaluate a frontend customization? To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
Uh oh!
There was an error while loading. Please reload this page.
We are in process of transitioning from v5 to v6. One of the changes in the UI is the way it displays available schemas and tables. As we have end-consumers which we do not want to confront with too many changes, we would like to know if there is a way to keep the "old" UI from a look and feel perspective in v6.
Thanks
Michael
All reactions