<?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: To change ownership of a materialized view in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/to-change-ownership-of-a-materialized-view/m-p/132309#M49433</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/185253"&gt;@Data_NXT&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can change the owner of a materialized view if you are a both a metastore admin and a workspace admin.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Use the following steps to change a materialized views owner:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open the materialized view in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/catalog-explorer/" target="_blank" rel="noopener"&gt;Catalog Explorer&lt;/A&gt;, then on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Overview&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;tab, click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;See refresh details&lt;/STRONG&gt;. This opens the pipeline details for the pipeline that manages the materialized view.&lt;/LI&gt;&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Share&lt;/STRONG&gt;. The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Permissions Settings&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;dialog appears. You must be a metastore and workspace admin to edit these settings.&lt;/LI&gt;&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;x&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to the right of the current owner's name to remove the current owner.&lt;/LI&gt;&lt;LI&gt;Start typing to filter the list of available users. Click the user who should be the new pipeline owner.&lt;/LI&gt;&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to save your changes and close the dialog.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Here's a documentation:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dlt/dbsql/materialized-configure#change-owner" target="_blank" rel="noopener"&gt;Configure materialized views in Databricks SQL - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And if you would like to change owner of a pipeline as well, here's how to do this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.databricks.com/delta-live-tables/cannot-see-how-to-change-the-owner-of-a-dlt-pipeline-in-the-databricks-ui" target="_blank"&gt;Cannot see how to change the owner of a DLT pipeline in the Databricks UI - Databricks&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Sep 2025 18:06:42 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-09-17T18:06:42Z</dc:date>
    <item>
      <title>To change ownership of a materialized view</title>
      <link>https://community.databricks.com/t5/data-engineering/to-change-ownership-of-a-materialized-view/m-p/132305#M49431</link>
      <description>&lt;P&gt;&amp;nbsp;working in a &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Unity Catalog&lt;/SPAN&gt;&lt;/SPAN&gt;-enabled &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Databricks&lt;/SPAN&gt;&lt;/SPAN&gt; workspace, and we have several materialized views (MVs) that were created through a &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Delta Live Tables&lt;/SPAN&gt;&lt;/SPAN&gt; (DLT) / Lakeflow pipeline.&lt;/P&gt;&lt;P&gt;Currently, the original owner of the pipeline has moved out of the project, and we need to transfer ownership of the materialized views to a new user/service principal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;What is the correct/supported way to transfer pipeline ownership in UC?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are there any recommended steps or caveats for this process?&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 17:51:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/to-change-ownership-of-a-materialized-view/m-p/132305#M49431</guid>
      <dc:creator>Data_NXT</dc:creator>
      <dc:date>2025-09-17T17:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: To change ownership of a materialized view</title>
      <link>https://community.databricks.com/t5/data-engineering/to-change-ownership-of-a-materialized-view/m-p/132309#M49433</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/185253"&gt;@Data_NXT&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can change the owner of a materialized view if you are a both a metastore admin and a workspace admin.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Use the following steps to change a materialized views owner:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Open the materialized view in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/catalog-explorer/" target="_blank" rel="noopener"&gt;Catalog Explorer&lt;/A&gt;, then on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Overview&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;tab, click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;See refresh details&lt;/STRONG&gt;. This opens the pipeline details for the pipeline that manages the materialized view.&lt;/LI&gt;&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Share&lt;/STRONG&gt;. The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Permissions Settings&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;dialog appears. You must be a metastore and workspace admin to edit these settings.&lt;/LI&gt;&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;x&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to the right of the current owner's name to remove the current owner.&lt;/LI&gt;&lt;LI&gt;Start typing to filter the list of available users. Click the user who should be the new pipeline owner.&lt;/LI&gt;&lt;LI&gt;Click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Save&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to save your changes and close the dialog.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Here's a documentation:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/dlt/dbsql/materialized-configure#change-owner" target="_blank" rel="noopener"&gt;Configure materialized views in Databricks SQL - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And if you would like to change owner of a pipeline as well, here's how to do this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.databricks.com/delta-live-tables/cannot-see-how-to-change-the-owner-of-a-dlt-pipeline-in-the-databricks-ui" target="_blank"&gt;Cannot see how to change the owner of a DLT pipeline in the Databricks UI - Databricks&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 18:06:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/to-change-ownership-of-a-materialized-view/m-p/132309#M49433</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-09-17T18:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: To change ownership of a materialized view</title>
      <link>https://community.databricks.com/t5/data-engineering/to-change-ownership-of-a-materialized-view/m-p/132877#M49662</link>
      <description>&lt;P&gt;i was not able to see " see refresh details " in the overview tab. I do have the Meta store admin privileges also. Does it have anything with how the pipeline has been created to see this option. Is drop/ re create&amp;nbsp; the only option in this scenario. Not able to figure it out. Any advise is appreciated. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 23 Sep 2025 19:11:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/to-change-ownership-of-a-materialized-view/m-p/132877#M49662</guid>
      <dc:creator>Data_NXT</dc:creator>
      <dc:date>2025-09-23T19:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: To change ownership of a materialized view</title>
      <link>https://community.databricks.com/t5/data-engineering/to-change-ownership-of-a-materialized-view/m-p/134540#M50151</link>
      <description>&lt;P&gt;Bumping, I have the same issue -&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/185253"&gt;@Data_NXT&lt;/a&gt;&amp;nbsp;, were you able to solve?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 14:25:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/to-change-ownership-of-a-materialized-view/m-p/134540#M50151</guid>
      <dc:creator>Escarigasco</dc:creator>
      <dc:date>2025-10-10T14:25:42Z</dc:date>
    </item>
  </channel>
</rss>

