0

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:

enter image description here

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!

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
Thomas L.
  • 524
  • 1
  • 5
  • 17

1 Answers1

1

This works for me, I don't think I changed anything here: enter image description here

enter image description here

Anu
  • 306
  • 2
  • 11