You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
run dbt docs generate
run dbt docs serve
Browse to the tab Overview -> Database
Expected behaviour
I was expecting to look at trees of databases and tables.
Configuration
Environment
dbt version: 1.7.12
dbt-clickhouse version: 1.7.6
clickhouse-connect version (if using http): 0.7.0
Python version: 3.11.9
Operating system: macOS-14.5-arm64-arm-64bit
ClickHouse server
ClickHouse Server version: 24.5.1.1763
The text was updated successfully, but these errors were encountered:
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
dbt docs generate
dbt docs serve
Expected behaviour
I was expecting to look at trees of databases and tables.
Configuration
Environment
ClickHouse server
The text was updated successfully, but these errors were encountered: