Iām working with Databricks Unity Catalog and observing an inconsistent permission behavior for views.
Scenario
A view exists that was created by another user
I have sufficient privileges on the catalog/schema/view (SELECT, MODIFY, ALL PRIVILEGES)
I can:
But I cannot update the view-level comment via SQL editor in databricks UI or API
Question
- Why Views is bound by this owner condition while table works with MODIFY permission only?
- While documentation says, "Comment on column" will only work for owners but I am able to use it even when I don't own the view?