databricks / dbt-databricks

A dbt adapter for Databricks.
https://databricks.com
Apache License 2.0
226 stars 119 forks source link

Add column comments for DLT tables using dbt schema #794

Closed Amin-Siddique closed 1 month ago

Amin-Siddique commented 2 months ago

Resolves #793

Description

Add support for column comments in Delta Live Tables (ST/MV) from dbt model schema descriptions

Checklist

benc-db commented 2 months ago

Please add or edit the functional tests to demonstrate that this functionality works. I'm fairly suspicious of setting STRING as type when the column type is unknown.