dbeaver / cloudbeaver

Cloud Database Manager
https://dbeaver.com/
Apache License 2.0
3.38k stars 370 forks source link

Duckdb driver to show list tables/columns #2865

Open parisni opened 3 weeks ago

parisni commented 3 weeks ago

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 ?

parisni commented 3 weeks ago

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:

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

LonwoLonwo commented 3 weeks ago

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