Can I update a table comment using REST API?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 01:28 PM
https://docs.databricks.com/api/workspace/tables
It seems I could only list/delete tables, is there a way to update a table's metadata like comment or detail fields by REST API?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 05:57 AM
Hi @al2co33 , We don't currently provide any APIs for updating table comments, however you can utilize the SQL Statement Execution API to do it.
You can use the following tutorial to ALTER TABLE/COLUMN COMMENT.
https://learn.microsoft.com/en-us/azure/databricks/sql/admin/sql-execution-tutorial

