<?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: 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/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>
    <dc:creator>Ashwin_DSA</dc:creator>
    <dc:date>2026-04-23T21:23:42Z</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>
  </channel>
</rss>

