[GH-ISSUE #2197] Table list not expanding #681

Closed
opened 2026-03-07 20:53:04 +03:00 by kerem · 0 comments
Owner

Originally created by @Vormillion on GitHub (Dec 5, 2023).
Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/2197

Version: Cloudbeaver EE 23.2.0

We have an issue with one db schema which is not showing tables on navigation panel, all other schemas under this connection are working fine. We can select from this schema using SQL editor without any issues and also "SHOW TABLES" query works fine.

I checked graphql call and it's not returning tables list:

{ "data": { "navNodeChildren": [], "navNodeInfo": { "id": "database://mysql8-18a45b55543-a469f1beda31274/org.jkiss.dbeaver.ext.mysql.model.MySQLCatalog/XX/org.jkiss.dbeaver.ext.mysql.model.MySQLTable", "name": "Tables", "plainName": null, "hasChildren": true, "nodeType": "Tables", "icon": "platform:/plugin/org.jkiss.dbeaver.model/icons/tree/folder_table.png", "folder": true, "inline": false, "navigable": true, "filtered": true, "features": [ "container", "shared" ], "projectId": "g_GlobalConfiguration", "object": { "features": [] } } } }

image

Originally created by @Vormillion on GitHub (Dec 5, 2023). Original GitHub issue: https://github.com/dbeaver/cloudbeaver/issues/2197 Version: Cloudbeaver EE 23.2.0 We have an issue with one db schema which is not showing tables on navigation panel, all other schemas under this connection are working fine. We can select from this schema using SQL editor without any issues and also "SHOW TABLES" query works fine. I checked graphql call and it's not returning tables list: `{ "data": { "navNodeChildren": [], "navNodeInfo": { "id": "database://mysql8-18a45b55543-a469f1beda31274/org.jkiss.dbeaver.ext.mysql.model.MySQLCatalog/XX/org.jkiss.dbeaver.ext.mysql.model.MySQLTable", "name": "Tables", "plainName": null, "hasChildren": true, "nodeType": "Tables", "icon": "platform:/plugin/org.jkiss.dbeaver.model/icons/tree/folder_table.png", "folder": true, "inline": false, "navigable": true, "filtered": true, "features": [ "container", "shared" ], "projectId": "g_GlobalConfiguration", "object": { "features": [] } } } }` ![image](https://github.com/dbeaver/cloudbeaver/assets/10175362/9338c2bc-b3b1-49f5-9384-da895f771386)
kerem closed this issue 2026-03-07 20:53:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cloudbeaver#681
No description provided.