Duckdb driver to show list tables/columns #770

Open
opened 2026-03-04 10:56:18 -05:00 by deekerman · 2 comments
Owner

Originally created by @parisni on GitHub (Aug 21, 2024).

Currently the list of tables for a given duckdb database does not appear in the ui : the information/tables is empty

Screenshot-nparis_2024-08-21_23:51:53

Would make sense to show them, or am i missing something ?

Originally created by @parisni on GitHub (Aug 21, 2024). Currently the list of tables for a given duckdb database does not appear in the ui : the information/tables is empty ![Screenshot-nparis_2024-08-21_23:51:53](https://github.com/user-attachments/assets/d2f049d1-7688-4c60-b713-49b2dcbdd600) Would make sense to show them, or am i missing something ?
Author
Owner

@parisni commented on GitHub (Aug 21, 2024):

sounds like the tables are in the main stuff instead ?

Screenshot-nparis_2024-08-22_00:29:11

kind of misleading to have so much metadata for a given duckdb connection, I mean:

  • system
  • temp
    • information-schema/pg-catalog for each

Screenshot-nparis_2024-08-22_00:31:07

@parisni commented on GitHub (Aug 21, 2024): sounds like the tables are in the `main` stuff instead ? ![Screenshot-nparis_2024-08-22_00:29:11](https://github.com/user-attachments/assets/6c296e27-5063-4309-aad8-68939a0b6e4e) kind of misleading to have so much metadata for a given duckdb connection, I mean: - system - temp - + information-schema/pg-catalog for each ![Screenshot-nparis_2024-08-22_00:31:07](https://github.com/user-attachments/assets/b299d708-c40d-4b08-8987-53f16452e1ba)
Author
Owner

@LonwoLonwo commented on GitHub (Aug 22, 2024):

Hello @parisni

Thanks for the report.
https://github.com/duckdb/duckdb/issues/13511
Will wait for the DuckDB-side answer. Because we are reading tables and views via the DuckDB driver directly.

https://github.com/duckdb/duckdb-java/issues/74

@LonwoLonwo commented on GitHub (Aug 22, 2024): Hello @parisni Thanks for the report. https://github.com/duckdb/duckdb/issues/13511 Will wait for the DuckDB-side answer. Because we are reading tables and views via the DuckDB driver directly. https://github.com/duckdb/duckdb-java/issues/74
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#770
No description provided.