Jere
New Contributor II

Solution that worked for me with materialized views created by DLT was to use the following syntax in SQL Editor in Databricks or run sql file with sql warehouse:

COMMENT ON COLUMN <catalog>.<schema>.<table>.<column> IS 'comment here'
 
This didn't work with spark.sql for me.