- 16520 Views
- 10 replies
- 4 kudos
Hi all,There is no official doc with a step-by-step process to enable Unity Catalog in azure databricks.If anyone has created doc or has the process, please share it here.Thanks, in advance.
- 16520 Views
- 10 replies
- 4 kudos
Latest Reply
Hi everyone!I have an Azure for Students subscription. Since I am unable to be an Azure Active Directory Global Administrator, I tried but it is restricted by the organization to add my user as a Global Administrator, I guess with an Azure for Studen...
9 More Replies
- 11393 Views
- 1 replies
- 0 kudos
Currently, we must re-run our DLT pipelines anytime we want to add/modify a table or column description to unity catalog.Is this the only way to add/modify unity catalog descriptions?Is there functionality within databricks cli / sdk that we can leve...
- 11393 Views
- 1 replies
- 0 kudos
Latest Reply
Comments for schemas and tables may be updated using SQL DDL statement COMMENT ON.Comments for columns are updated using: ALTER TABLE <table-name> ALTER COLUMN <column-name> COMMENT '<comment-text>'; The <column-name> for nested STRUCTS follows simp...