Open
Description
dbt
has a configuration option to persist documentation to the database:
https://docs.getdbt.com/reference/resource-configs/persist_docs
Attempting to use it with the sql server adapter results in:
ERROR: alter_relation_comment macro not implemented for adapter sqlserver
ERROR: alter_column_comment macro not implemented for adapter sqlserver
Feature Request: implement the above