Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2025 11:24 PM - edited 06-26-2025 11:24 PM
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.