-
-
Notifications
You must be signed in to change notification settings - Fork 80
Description
First of all, I am not quite sure if it is the issue. Hoping for understanding as there is no meaningful log in Metabase admin to supplement the issue here.
We have recently enabled a relatively new feature in Metabase, multiple catalogs within a single Databricks connection. As far as I see it is not supported, as dbt docs are not propagated to Metabase. I tried to adjust with database/schema/model_filter, but no result. It either silently fails, or complains with something like "WARNING:dbtmetabase._models:Table 'BRONZE.MY_MODEL' not in schema 'BRONZE'
Maybe worth mentioning, the same table appears differently depending on the connection type. Upon search, "MY_MODEL" in Metabase console:
MY_MODEL - CONNECTION (CATALOG.SCHEMA) --> connection with multiple catalog, docs not propagated!
MY_MODEL - CATALOG(SCHEMA) --> connection with single catalog, docs propagated!