Whenever I run dbt docs generate
I am able to successfully generate the default dbt documentation. However, I expect dbt to automatically detect and fill out the column type:
I this a problem of the dbt-sqlserver
adapter I am using? Is one of the sub-macros needed such as get_columns_in_relation
not implemented there?
The package codegen
that should also be able to generate the "sources yml" does not work either. I assume these two issues are connected.
Thanks!