<?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: Transfer ownership of a Delta Share in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/transfer-ownership-of-a-delta-share/m-p/149762#M53176</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/111190"&gt;@loic&lt;/a&gt;, - Thanks for flagging this.&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;As you pointed out, there are two separate things in the docs that look like they conflict:&lt;/P&gt;
&lt;OL class="p8i6j02"&gt;
&lt;LI class="p8i6j0a"&gt;The Delta Sharing task table says that to “Update share owner” you must be a metastore admin.&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;The generic Unity Catalog ownership page says that &lt;EM&gt;“Delta Sharing share objects are an exception: principals with the USE SHARE and SET SHARE PERMISSION privileges can also transfer share ownership.”&lt;/EM&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="p8i6j01 paragraph"&gt;On further research, I can see that the task‑specific rule is what actually applies today..&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;In essence,&amp;nbsp;&lt;/P&gt;
&lt;UL class="p8i6j07 p8i6j02"&gt;
&lt;LI class="p8i6j0a"&gt;Changing the owner of a Delta Sharing share (&lt;FONT size="2"&gt;&lt;EM&gt;UI, SQL&lt;/EM&gt; ALTER SHARE … OWNER TO, or CLI&lt;/FONT&gt;) only works for metastore admins.&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;The older statement about USE SHARE + SET SHARE PERMISSION is effectively outdated/misleading for share ownership and does not match current product behaviour.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="p8i6j01 paragraph"&gt;So, your assumption is right.&amp;nbsp;To change the owner of a Delta Sharing share, you must be a metastore admin. Other combinations of privileges aren’t sufficient, even though one generic doc paragraph still suggests they are.&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;The UI’s tooltip (“you must be a metastore admin to change share owner”) matches the current, enforced behaviour.&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;Having said that, the documentation may need some correction. I'll try and flag this internally. I would also recommend that you report this via the docs page.&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="p8i6j01 paragraph"&gt;&lt;SPAN&gt;Open each of the two pages.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;Use the “Feedback” link or thumbs down widget at the bottom.&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;You should then be able to report it. It'll be routed to the respective teams for action.&lt;/LI&gt;
&lt;/UL&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;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2026 10:58:49 GMT</pubDate>
    <dc:creator>Ashwin_DSA</dc:creator>
    <dc:date>2026-03-04T10:58:49Z</dc:date>
    <item>
      <title>Transfer ownership of a Delta Share</title>
      <link>https://community.databricks.com/t5/data-engineering/transfer-ownership-of-a-delta-share/m-p/149758#M53173</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I would like to clarify a point about Delta Share ownership.&lt;BR /&gt;Indeed, there is something that is not clear in Databricks documentation.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;On one side, in the delta sharing page, it is written that "metastore admin" role is needed in order to change the ownership. See "&lt;SPAN&gt;&lt;EM&gt;Update share owner&lt;/EM&gt;" row in this table&lt;/SPAN&gt;:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/delta-sharing/create-share#requirements" target="_blank" rel="noopener"&gt;https://docs.databricks.com/aws/en/delta-sharing/create-share#requirements&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;On the other side, on a more generic page about ownership, there is a note about Delta Sharing ownership transfer. "&lt;EM&gt;Delta Sharing share objects are an exception: principals with the USE SHARE&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;SET SHARE PERMISSION privileges can also transfer share ownership." . &lt;/EM&gt;I tried this approach, but without success &lt;span class="lia-unicode-emoji" title=":worried_face:"&gt;😟&lt;/span&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;Link to the page:&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://docs.databricks.com/aws/en/data-governance/unity-catalog/manage-privileges/ownership#transfer-ownership" target="_blank" rel="noopener"&gt;https://docs.databricks.com/aws/en/data-governance/unity-catalog/manage-privileges/ownership#transfer-ownership&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Note that this was not the case in the past. Before, it was possible to change a Delta Share owner from Databricks UI as soon as you were the owner of the Delta Share. But n&lt;/SPAN&gt;&lt;SPAN&gt;ow, when you try to edit the owner of a Delta Share, there is a tips that appear saying that you have to be metastore admin (see attached screenshot).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, the user experience let me think that we really have to be metastore admin in order to change a Delta Share ownership, but there is a sentence in the Databricks documentation that doesn't say the same thing!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is an important point for us because this change has an impact for our application in production. B&lt;/SPAN&gt;&lt;SPAN&gt;efore todo some changes on all the "metastore admin group" we have in production, I would like to be sure of one thing:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Does the only way to change a Delta Share ownership, is to be Metastore admin?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you have another experience than me on this topic?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Loïc&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 09:36:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/transfer-ownership-of-a-delta-share/m-p/149758#M53173</guid>
      <dc:creator>loic</dc:creator>
      <dc:date>2026-03-04T09:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer ownership of a Delta Share</title>
      <link>https://community.databricks.com/t5/data-engineering/transfer-ownership-of-a-delta-share/m-p/149762#M53176</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/111190"&gt;@loic&lt;/a&gt;, - Thanks for flagging this.&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;As you pointed out, there are two separate things in the docs that look like they conflict:&lt;/P&gt;
&lt;OL class="p8i6j02"&gt;
&lt;LI class="p8i6j0a"&gt;The Delta Sharing task table says that to “Update share owner” you must be a metastore admin.&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;The generic Unity Catalog ownership page says that &lt;EM&gt;“Delta Sharing share objects are an exception: principals with the USE SHARE and SET SHARE PERMISSION privileges can also transfer share ownership.”&lt;/EM&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="p8i6j01 paragraph"&gt;On further research, I can see that the task‑specific rule is what actually applies today..&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;In essence,&amp;nbsp;&lt;/P&gt;
&lt;UL class="p8i6j07 p8i6j02"&gt;
&lt;LI class="p8i6j0a"&gt;Changing the owner of a Delta Sharing share (&lt;FONT size="2"&gt;&lt;EM&gt;UI, SQL&lt;/EM&gt; ALTER SHARE … OWNER TO, or CLI&lt;/FONT&gt;) only works for metastore admins.&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;The older statement about USE SHARE + SET SHARE PERMISSION is effectively outdated/misleading for share ownership and does not match current product behaviour.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="p8i6j01 paragraph"&gt;So, your assumption is right.&amp;nbsp;To change the owner of a Delta Sharing share, you must be a metastore admin. Other combinations of privileges aren’t sufficient, even though one generic doc paragraph still suggests they are.&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;The UI’s tooltip (“you must be a metastore admin to change share owner”) matches the current, enforced behaviour.&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;Having said that, the documentation may need some correction. I'll try and flag this internally. I would also recommend that you report this via the docs page.&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="p8i6j01 paragraph"&gt;&lt;SPAN&gt;Open each of the two pages.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;Use the “Feedback” link or thumbs down widget at the bottom.&lt;/LI&gt;
&lt;LI class="p8i6j0a"&gt;You should then be able to report it. It'll be routed to the respective teams for action.&lt;/LI&gt;
&lt;/UL&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;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2026 10:58:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/transfer-ownership-of-a-delta-share/m-p/149762#M53176</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-03-04T10:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Transfer ownership of a Delta Share</title>
      <link>https://community.databricks.com/t5/data-engineering/transfer-ownership-of-a-delta-share/m-p/150077#M53229</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/111190"&gt;@loic&lt;/a&gt;&amp;nbsp;- This message is to inform you that the corrections you pointed out have been fixed. Thank you for taking the time to report this and help improve our documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Mar 2026 18:54:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/transfer-ownership-of-a-delta-share/m-p/150077#M53229</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-03-07T18:54:39Z</dc:date>
    </item>
    <item>
      <title>Hi @loic, You can transfer ownership of a Delta Share usi...</title>
      <link>https://community.databricks.com/t5/data-engineering/transfer-ownership-of-a-delta-share/m-p/150357#M53392</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/111190"&gt;@loic&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You can transfer ownership of a Delta Share using the ALTER SHARE ... OWNER TO SQL command. This is available in Databricks SQL and Databricks Runtime 11.3 LTS and above.&lt;/P&gt;
&lt;P&gt;USING SQL&lt;/P&gt;
&lt;P&gt;The syntax is straightforward:&lt;/P&gt;
&lt;PRE&gt;ALTER SHARE my_share OWNER TO `new_owner@company.com`;&lt;/PRE&gt;
&lt;P&gt;The SET keyword is optional, so this is equivalent:&lt;/P&gt;
&lt;PRE&gt;ALTER SHARE my_share SET OWNER TO `new_owner@company.com`;&lt;/PRE&gt;
&lt;P&gt;The new owner (the "principal") can be either an individual user or a group. Databricks recommends using a group as the share owner rather than an individual user, since this avoids issues if that person leaves the organization or changes roles.&lt;/P&gt;
&lt;P&gt;WHO CAN TRANSFER OWNERSHIP&lt;/P&gt;
&lt;P&gt;To run this command, you must be one of the following:&lt;/P&gt;
&lt;P&gt;1. The current owner of the share&lt;BR /&gt;
2. A metastore admin&lt;/P&gt;
&lt;P&gt;If you are a metastore admin, you can transfer ownership of any share regardless of whether you own it. If you are the current share owner, you can transfer it to another user or group.&lt;/P&gt;
&lt;P&gt;TRANSFERRING TO A GROUP (RECOMMENDED)&lt;/P&gt;
&lt;P&gt;If you want multiple team members to manage the share, transfer ownership to a group:&lt;/P&gt;
&lt;PRE&gt;ALTER SHARE my_share OWNER TO `data-sharing-admins`;&lt;/PRE&gt;
&lt;P&gt;Members of that group will then inherit owner-level permissions on the share, which includes the ability to add or remove data assets, update share properties, and manage recipient access (when combined with the appropriate metastore-level privileges).&lt;/P&gt;
&lt;P&gt;USING THE DATABRICKS CLI / REST API&lt;/P&gt;
&lt;P&gt;You can also update share ownership via the Unity Catalog REST API:&lt;/P&gt;
&lt;PRE&gt;PATCH /api/2.1/unity-catalog/shares/{share_name}
{
"owner": "new_owner@company.com"
}&lt;/PRE&gt;
&lt;P&gt;Or using the Databricks CLI:&lt;/P&gt;
&lt;PRE&gt;databricks shares update my_share --owner "new_owner@company.com"&lt;/PRE&gt;
&lt;P&gt;VERIFYING THE CHANGE&lt;/P&gt;
&lt;P&gt;After transferring ownership, you can confirm it with:&lt;/P&gt;
&lt;PRE&gt;DESCRIBE SHARE my_share;&lt;/PRE&gt;
&lt;P&gt;or:&lt;/P&gt;
&lt;PRE&gt;SHOW SHARES;&lt;/PRE&gt;
&lt;P&gt;The owner column will reflect the new principal.&lt;/P&gt;
&lt;P&gt;DOCUMENTATION REFERENCES&lt;/P&gt;
&lt;P&gt;- ALTER SHARE syntax: &lt;A href="https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-alter-share.html" target="_blank"&gt;https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-alter-share.html&lt;/A&gt;&lt;BR /&gt;
- Creating and managing shares: &lt;A href="https://docs.databricks.com/en/data-sharing/create-share.html" target="_blank"&gt;https://docs.databricks.com/en/data-sharing/create-share.html&lt;/A&gt;&lt;BR /&gt;
- Delta Sharing overview: &lt;A href="https://docs.databricks.com/en/data-sharing/index.html" target="_blank"&gt;https://docs.databricks.com/en/data-sharing/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;* This reply used an agent system I built to research and draft this response based on the wide set of documentation I have available and previous memory. I personally review the draft for any obvious issues and for monitoring system reliability and update it when I detect any drift, but there is still a small chance that something is inaccurate, especially if you are experimenting with brand new features.&lt;/P&gt;
&lt;P&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;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 05:59:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/transfer-ownership-of-a-delta-share/m-p/150357#M53392</guid>
      <dc:creator>SteveOstrowski</dc:creator>
      <dc:date>2026-03-09T05:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hi @loic, You can transfer ownership of a Delta Share usi...</title>
      <link>https://community.databricks.com/t5/data-engineering/transfer-ownership-of-a-delta-share/m-p/150370#M53402</link>
      <description>&lt;P&gt;Hello Steve,&lt;BR /&gt;&lt;BR /&gt;My question was not "how to change Delta Share ownership?", it was a remark about a wrong information in one of the Databricks&amp;nbsp;documentation.&lt;BR /&gt;I don't know if you tested your comment, but of what I have done and has been confirmed by Ashwin, you have to be metastore admin in order to change the ownership of a Delta Share.&lt;BR /&gt;If you are only the owner of the Delta Share this is not enough anymore (it was in the past).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Loïc&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2026 08:27:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/transfer-ownership-of-a-delta-share/m-p/150370#M53402</guid>
      <dc:creator>loic</dc:creator>
      <dc:date>2026-03-09T08:27:49Z</dc:date>
    </item>
  </channel>
</rss>

