ClickHouse / dbt-clickhouse

The Clickhouse plugin for dbt (data build tool)
Apache License 2.0
254 stars 113 forks source link

Database tab is empty in generated docs #311

Open jesperbagge opened 4 months ago

jesperbagge commented 4 months ago

Describe the bug

When serving the generated docs, I only have models under the Project tab. The Database tab is completely empty. Is this due to that dbt expects database.schema.table while ClickHouse skips the schema part?

Is this a concious choice or is my dbt version misconfigured?

Steps to reproduce

  1. run dbt docs generate
  2. run dbt docs serve
  3. Browse to the tab Overview -> Database

Expected behaviour

I was expecting to look at trees of databases and tables.

Configuration

Environment

ClickHouse server