Is there a way to import table , column descriptions into unity catalog?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023 11:08 AM
I have a spreadheet containing table & column descriptions (comments)
Is there a way to upload this against the schema in unity catalog?
Basically instead of running 'Alter table <> alter column <> comment "description" ' command for every column, is there an easy way to mass apply column comments in unity catalog schema?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 03:23 AM
One of the ways to do it is to create a delta table using the Spreadsheet and loop through the delta table. Then, use the field value and create a dynamically alter query to update the description.

