<?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: Drop table - permission management in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/drop-table-permission-management/m-p/121284#M3455</link>
    <description>&lt;P&gt;It will be nice to have this feature, I really want&amp;nbsp; to manage separetly the permission to add or edit records and the preivlegue to delete records. Nowdays are all in the same box&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jun 2025 21:32:50 GMT</pubDate>
    <dc:creator>pablo_paez</dc:creator>
    <dc:date>2025-06-09T21:32:50Z</dc:date>
    <item>
      <title>Drop table - permission management</title>
      <link>https://community.databricks.com/t5/administration-architecture/drop-table-permission-management/m-p/108315#M2913</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to wrap my head around the permission management for dropping tables in UC enabled schemas.&lt;/P&gt;&lt;P&gt;According to docs:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;To drop a table you must have the&amp;nbsp;MANAGE&amp;nbsp;privilege on the table, be its owner, or the owner of the schema, catalog, or metastore the table resides in.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;So more or less you'd have to had some kind of ownership/management level privilages to do it.&lt;/P&gt;&lt;P&gt;The issue I seem to have with it is as follows - I'd like to give the developers permission to conduct all necessary tasks in the schemas they can access: like table creation/modyfing/droping etc. without them having the ability to grant other users permissions on the schema level.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The perfect solution that I can envision would be a seperate DROP privilage on either catalog/schema/table level.&lt;/P&gt;&lt;P&gt;What are the best practices to approach this matter?&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Feb 2025 20:13:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/drop-table-permission-management/m-p/108315#M2913</guid>
      <dc:creator>PiotrM</dc:creator>
      <dc:date>2025-02-01T20:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Drop table - permission management</title>
      <link>https://community.databricks.com/t5/administration-architecture/drop-table-permission-management/m-p/108327#M2914</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136433"&gt;@PiotrM&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for your questions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Given the current capabilities of Unity Catalog, there is no separate &lt;CODE&gt;DROP&lt;/CODE&gt; privilege that can be granted independently of the &lt;CODE&gt;MANAGE&lt;/CODE&gt; privilege.&amp;nbsp;It is best practice to assign access to groups rather than individual users. This simplifies identity management and ensures that permissions are consistently applied. You can create groups for developers and assign the necessary permissions to these groups, however to drop tables you will need manage permission. I will raise a feature request for your use-case.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Feb 2025 02:18:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/drop-table-permission-management/m-p/108327#M2914</guid>
      <dc:creator>Alberto_Umana</dc:creator>
      <dc:date>2025-02-02T02:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Drop table - permission management</title>
      <link>https://community.databricks.com/t5/administration-architecture/drop-table-permission-management/m-p/108527#M2922</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106294"&gt;@Alberto_Umana&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;thank you for reaching out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greatly appreciated. Could you please let me know in case there is any response from product team, be it positive or negative?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 08:39:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/drop-table-permission-management/m-p/108527#M2922</guid>
      <dc:creator>PiotrM</dc:creator>
      <dc:date>2025-02-03T08:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Drop table - permission management</title>
      <link>https://community.databricks.com/t5/administration-architecture/drop-table-permission-management/m-p/108559#M2925</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/136433"&gt;@PiotrM&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I see there is a feature request already in place. It's been considered for the future:&amp;nbsp;&lt;A href="https://databricks.aha.io/ideas/ideas/DB-I-7480" target="_blank"&gt;https://databricks.aha.io/ideas/ideas/DB-I-7480&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 12:40:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/drop-table-permission-management/m-p/108559#M2925</guid>
      <dc:creator>Alberto_Umana</dc:creator>
      <dc:date>2025-02-03T12:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Drop table - permission management</title>
      <link>https://community.databricks.com/t5/administration-architecture/drop-table-permission-management/m-p/121284#M3455</link>
      <description>&lt;P&gt;It will be nice to have this feature, I really want&amp;nbsp; to manage separetly the permission to add or edit records and the preivlegue to delete records. Nowdays are all in the same box&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jun 2025 21:32:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/drop-table-permission-management/m-p/121284#M3455</guid>
      <dc:creator>pablo_paez</dc:creator>
      <dc:date>2025-06-09T21:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Drop table - permission management</title>
      <link>https://community.databricks.com/t5/administration-architecture/drop-table-permission-management/m-p/143790#M4720</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;any news about this functionality being implemented?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Br&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2026 17:57:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/drop-table-permission-management/m-p/143790#M4720</guid>
      <dc:creator>PiotrM</dc:creator>
      <dc:date>2026-01-12T17:57:53Z</dc:date>
    </item>
  </channel>
</rss>

