duckdb / dbt-duckdb

dbt (http://getdbt.com) adapter for DuckDB (http://duckdb.org)
Apache License 2.0
788 stars 70 forks source link

persist_docs / (COMMENT ON Statement) support #398

Closed bensonchoyintuitas closed 3 weeks ago

bensonchoyintuitas commented 1 month ago

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"

jwills commented 1 month ago

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)