<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Is there a way for users to modify column/table comments without owning the object? in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/is-there-a-way-for-users-to-modify-column-table-comments-without/m-p/112157#M2434</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/125085"&gt;@mrosman&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;As far as I understand, you can only provision SELECT / MODIFY / APPLY TAG to a table. And there is &lt;STRONG&gt;no specific privilege&lt;/STRONG&gt; as of now in UC where you can assign a permission to alter the table / column comments. If the user have SELECT privilege on top of table they can modify the table / column comments as of now.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here you can find more info on different privileges that could be applied to a schema object: &lt;A href="https://docs.databricks.com/aws/en/data-governance/unity-catalog/manage-privileges/privileges#securable-objects-in-unity-catalog" target="_self"&gt;Privileges to Unity Catalog object&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please let us know if this is helpful. Or if you need more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Nivethan V&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2025 12:26:55 GMT</pubDate>
    <dc:creator>Nivethan_Venkat</dc:creator>
    <dc:date>2025-03-10T12:26:55Z</dc:date>
    <item>
      <title>Is there a way for users to modify column/table comments without owning the object?</title>
      <link>https://community.databricks.com/t5/data-governance/is-there-a-way-for-users-to-modify-column-table-comments-without/m-p/111402#M2428</link>
      <description>&lt;P&gt;From my understanding, a user needs to own the object in order to alter the comments of columns/tables. A user would also need ALTER TABLE permissions in order to make the change. Is there a way to permit a user to change comments without giving them full alter table permissions?&lt;/P&gt;&lt;P&gt;Ideally there would be a permission similar to "APPLY TAG" that could be used to modify such metadata without actually altering the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 18:42:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/is-there-a-way-for-users-to-modify-column-table-comments-without/m-p/111402#M2428</guid>
      <dc:creator>mrosman</dc:creator>
      <dc:date>2025-02-27T18:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way for users to modify column/table comments without owning the object?</title>
      <link>https://community.databricks.com/t5/data-governance/is-there-a-way-for-users-to-modify-column-table-comments-without/m-p/111652#M2430</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/125085"&gt;@mrosman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In most database systems, altering comments on tables or columns typically requires some level of permission that is often bundled with broader permissions like ALTER TABLE.&lt;BR /&gt;However, the ability to grant more granular permissions, such as modifying metadata without full table alteration rights, can vary depending on the database system you are using. Here are a few approaches you might consider:&lt;/P&gt;&lt;P&gt;Database-Specific Roles or Permissions:&lt;/P&gt;&lt;P&gt;Some databases might offer specific roles or permissions that allow for metadata changes without full ALTER TABLE permissions.&lt;BR /&gt;For example, in Oracle, you might use roles or specific grants to achieve this, but it would depend on the database's capabilities.&lt;/P&gt;&lt;P&gt;Stored Procedures or Functions:&lt;/P&gt;&lt;P&gt;You could create a stored procedure or function that allows users to change comments.&lt;BR /&gt;This procedure would be owned by a user with the necessary permissions, and you could grant execute permissions on this procedure to other users. This way, users can change comments without having direct ALTER TABLE permissions.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 06:16:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/is-there-a-way-for-users-to-modify-column-table-comments-without/m-p/111652#M2430</guid>
      <dc:creator>JissMathew</dc:creator>
      <dc:date>2025-03-04T06:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way for users to modify column/table comments without owning the object?</title>
      <link>https://community.databricks.com/t5/data-governance/is-there-a-way-for-users-to-modify-column-table-comments-without/m-p/112157#M2434</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/125085"&gt;@mrosman&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;As far as I understand, you can only provision SELECT / MODIFY / APPLY TAG to a table. And there is &lt;STRONG&gt;no specific privilege&lt;/STRONG&gt; as of now in UC where you can assign a permission to alter the table / column comments. If the user have SELECT privilege on top of table they can modify the table / column comments as of now.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here you can find more info on different privileges that could be applied to a schema object: &lt;A href="https://docs.databricks.com/aws/en/data-governance/unity-catalog/manage-privileges/privileges#securable-objects-in-unity-catalog" target="_self"&gt;Privileges to Unity Catalog object&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Please let us know if this is helpful. Or if you need more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Nivethan V&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 12:26:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/is-there-a-way-for-users-to-modify-column-table-comments-without/m-p/112157#M2434</guid>
      <dc:creator>Nivethan_Venkat</dc:creator>
      <dc:date>2025-03-10T12:26:55Z</dc:date>
    </item>
  </channel>
</rss>

