<?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 Can change a delta table, but not its schema in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/can-change-a-delta-table-but-not-its-schema/m-p/155369#M2824</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Is it possible to let a group in databricks to change a delta table, but not the table’s schema in UC? i.e., they can add or remove rows of the delta table, but cannot change the name or the format of the columns.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2026 20:43:27 GMT</pubDate>
    <dc:creator>NW1000</dc:creator>
    <dc:date>2026-04-23T20:43:27Z</dc:date>
    <item>
      <title>Can change a delta table, but not its schema</title>
      <link>https://community.databricks.com/t5/data-governance/can-change-a-delta-table-but-not-its-schema/m-p/155369#M2824</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Is it possible to let a group in databricks to change a delta table, but not the table’s schema in UC? i.e., they can add or remove rows of the delta table, but cannot change the name or the format of the columns.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 20:43:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/can-change-a-delta-table-but-not-its-schema/m-p/155369#M2824</guid>
      <dc:creator>NW1000</dc:creator>
      <dc:date>2026-04-23T20:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can change a delta table, but not its schema</title>
      <link>https://community.databricks.com/t5/data-governance/can-change-a-delta-table-but-not-its-schema/m-p/155375#M2825</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/182577"&gt;@NW1000&lt;/a&gt;,&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;No, Unity Catalog doesn’t let you separate change rows from change schema that finely.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To let a group insert/update/delete rows on a table, you must give them MODIFY on that table.&amp;nbsp;MODIFY also allows ALTER TABLE operations like ADD/DROP/ALTER COLUMN, so they can change the schema.&amp;nbsp;They still can’t rename the table or change ownership without MANAGE or being the owner.&lt;/P&gt;
&lt;P&gt;If you truly need row-only changes with a fixed schema, the usual pattern is... keep MODIFY on the base table for a service principal or pipeline only, expose data to users via views (SELECT only), and route all writes through controlled jobs.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2026 21:23:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/can-change-a-delta-table-but-not-its-schema/m-p/155375#M2825</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-04-23T21:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can change a delta table, but not its schema</title>
      <link>https://community.databricks.com/t5/data-governance/can-change-a-delta-table-but-not-its-schema/m-p/160085#M2871</link>
      <description>&lt;P&gt;Granting only MODIFY on the table allows the group to insert, update, and delete rows. MODIFY grants the ability to change the contents of a table without altering its schema or metadata - it does not include schema-altering privileges like ALTER or DROP. In short: MODIFY = control over rows, not structure.&lt;/P&gt;&lt;P&gt;--SQL GRANT MODIFY ON TABLE catalog.schema.your_table TO `your-group-name`;&lt;/P&gt;&lt;P&gt;The only thing to check is whether the group already inherits ALTER from a higher level, since privileges granted on a parent object are inherited by all current and future child objects. If they do, you will need to revisit those higher-level grants.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;Ref: &lt;A href="https://docs.databricks.com/aws/en/data-governance/unity-catalog/access-control/permissions-concepts" target="_blank" rel="noopener"&gt;https://docs.databricks.com/aws/en/data-governance/unity-catalog/access-control/permissions-concepts&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp;&lt;DIV&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2026 10:59:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/can-change-a-delta-table-but-not-its-schema/m-p/160085#M2871</guid>
      <dc:creator>savlahanish27</dc:creator>
      <dc:date>2026-06-22T10:59:29Z</dc:date>
    </item>
  </channel>
</rss>

