dbeaver/cloudbeaver

Duckdb driver to show list tables/columns

parisni opened this issue · 2 comments

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 ?

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

Hello @parisni

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

duckdb/duckdb-java#74