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

persist_docs / (COMMENT ON Statement) support

Open bensonchoyintuitas opened this issue 1 year ago • 1 comments

Hi is there any chance of the adapter supporting the https://docs.getdbt.com/reference/resource-configs/persist_docs capability so that I can leverage that metadata downstream for data governance?

Currently running with persist_docs on results in:

"ERROR: alter_column_comment macro not implemented for adapter duckdb"

bensonchoyintuitas avatar May 17 '24 12:05 bensonchoyintuitas

I added that recently; it should be in anything after dbt-duckdb 1.7.4 and DuckDB 0.10.1 (when all of the COMMENT ON support dbt needed was added)

jwills avatar May 17 '24 13:05 jwills