<?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: View alter permission for multiple members in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/view-alter-permission-for-multiple-members/m-p/124880#M47284</link>
    <description>&lt;P&gt;I have the same situation and it's pretty frustration.&lt;/P&gt;&lt;P&gt;If somebody creates a view or table, they seem to be the only person that can alter that view.&lt;/P&gt;&lt;P&gt;Is there a way round this?&lt;/P&gt;&lt;P&gt;I have tables created by a person who is not around and cannot do anythinig with them.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jul 2025 08:16:29 GMT</pubDate>
    <dc:creator>dpc</dc:creator>
    <dc:date>2025-07-11T08:16:29Z</dc:date>
    <item>
      <title>View alter permission for multiple members</title>
      <link>https://community.databricks.com/t5/data-engineering/view-alter-permission-for-multiple-members/m-p/100718#M40391</link>
      <description>&lt;P&gt;Hi I've setup the gold layer for my client by creating views. Currently not using CI/CD for view deployment but it's on roadmap. Now I've another 2-3 people joining the team and they will be making minor updates to the views as a result of change requests. This was perfectly possible in SQL Server. But in databricks other members are unable alter existing views as the views are currently tied with my user name as the view owners. If I change the view owner to a group next time another member alters the view he then becomes the view owner and other member does not even have permission to change owner. Wonder what would be best practice in this case without having to implement CI/CD. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 08:22:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/view-alter-permission-for-multiple-members/m-p/100718#M40391</guid>
      <dc:creator>mrinmoygupta</dc:creator>
      <dc:date>2024-12-03T08:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: View alter permission for multiple members</title>
      <link>https://community.databricks.com/t5/data-engineering/view-alter-permission-for-multiple-members/m-p/100923#M40476</link>
      <description>&lt;P class="p1"&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/134691"&gt;@mrinmoygupta&lt;/a&gt;,&lt;/P&gt;
&lt;P class="p1"&gt;You can try below approach:&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;Use Groups for Ownership&lt;/STRONG&gt;: Assign the ownership of views to a group rather than individual users. This ensures that all members of the group have the necessary permissions to alter the views. However, be aware that when a member of the group alters a view, they might become the new owner, which can restrict other members from making further changes.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;Grant Appropriate Permissions&lt;/STRONG&gt;: Ensure that the group has the necessary permissions to manage the views. This includes granting CAN_MANAGE or IS_OWNER permissions to the group. This way, even if the ownership changes, the group members can still manage the views.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;Use Unity Catalog&lt;/STRONG&gt;: If you are using Unity Catalog, you can manage permissions more effectively. Unity Catalog allows you to set permissions at different levels (catalog, schema, table, view) and ensures that only authorized users or groups can make changes. You can grant USAGE and SELECT permissions on the catalog and schema, and SELECT on the views to the group.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 13:59:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/view-alter-permission-for-multiple-members/m-p/100923#M40476</guid>
      <dc:creator>Alberto_Umana</dc:creator>
      <dc:date>2024-12-04T13:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: View alter permission for multiple members</title>
      <link>https://community.databricks.com/t5/data-engineering/view-alter-permission-for-multiple-members/m-p/100935#M40481</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106294"&gt;@Alberto_Umana&lt;/a&gt;&amp;nbsp;thank you for your response. Unfortunately&amp;nbsp;we already have all these three things in place. The problem still remains as&amp;nbsp;&lt;STRONG&gt;when a member of the group alters a view, they might become the new owner, which can restrict other members from making further changes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My question is for someone who is using the same setup (still not using service principal for deployment) how do they deal with this situation. Do we always need an admin to transfer ownership back to a group after an individual developer alters a view?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 14:54:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/view-alter-permission-for-multiple-members/m-p/100935#M40481</guid>
      <dc:creator>mrinmoygupta</dc:creator>
      <dc:date>2024-12-04T14:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: View alter permission for multiple members</title>
      <link>https://community.databricks.com/t5/data-engineering/view-alter-permission-for-multiple-members/m-p/124880#M47284</link>
      <description>&lt;P&gt;I have the same situation and it's pretty frustration.&lt;/P&gt;&lt;P&gt;If somebody creates a view or table, they seem to be the only person that can alter that view.&lt;/P&gt;&lt;P&gt;Is there a way round this?&lt;/P&gt;&lt;P&gt;I have tables created by a person who is not around and cannot do anythinig with them.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 08:16:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/view-alter-permission-for-multiple-members/m-p/124880#M47284</guid>
      <dc:creator>dpc</dc:creator>
      <dc:date>2025-07-11T08:16:29Z</dc:date>
    </item>
  </channel>
</rss>

