dbt-sqlserver icon indicating copy to clipboard operation
dbt-sqlserver copied to clipboard

Catalog Macro Ignores Database

Open Benjamin-Knight opened this issue 10 months ago • 0 comments

The catalog macro ignores the possibility of the relations existing outside the initial database specified in the profile.

This means that the catalog generated as part of docs generate can be missing items.

This was noted and resolved in the DBT fabric adapter, as we reimplement the macro as a SQL server specific version we need to replicate the fix here.

Benjamin-Knight avatar Mar 26 '25 09:03 Benjamin-Knight