<?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 Unity Catalog - Databricks in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/unity-catalog-databricks/m-p/64832#M1733</link>
    <description>&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN&gt;I have a unity catalog which is binded to multiple workspaces (Attached to Metastore), In both workspaces I have created different tables under this catalog will the Metastore admin will have access to these tables and data in those tables in different workspaces ?&lt;BR /&gt;If yes will the&amp;nbsp;the Metastore admin can access the data from all the workspaces considering he has access to all the catalogs ?? Any help in understanding this would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 27 Mar 2024 17:48:27 GMT</pubDate>
    <dc:creator>udittyagi1994</dc:creator>
    <dc:date>2024-03-27T17:48:27Z</dc:date>
    <item>
      <title>Unity Catalog - Databricks</title>
      <link>https://community.databricks.com/t5/data-governance/unity-catalog-databricks/m-p/64832#M1733</link>
      <description>&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN&gt;I have a unity catalog which is binded to multiple workspaces (Attached to Metastore), In both workspaces I have created different tables under this catalog will the Metastore admin will have access to these tables and data in those tables in different workspaces ?&lt;BR /&gt;If yes will the&amp;nbsp;the Metastore admin can access the data from all the workspaces considering he has access to all the catalogs ?? Any help in understanding this would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 27 Mar 2024 17:48:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/unity-catalog-databricks/m-p/64832#M1733</guid>
      <dc:creator>udittyagi1994</dc:creator>
      <dc:date>2024-03-27T17:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unity Catalog - Databricks</title>
      <link>https://community.databricks.com/t5/data-governance/unity-catalog-databricks/m-p/64858#M1734</link>
      <description>&lt;P&gt;Catalogs are only accesible from the workspaces which they are bound to, so the metastore admin wont be able to access them from all the workspaces. It is a best practice to have an empty group as metastore admin to avoid having some one too much power like you were alluding to. Once the catalogs are created ownership can be transferred to a admin group like data owners to govern themselves. You can always add members to the empty metastore admin group in break glass situations.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2024 22:24:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/unity-catalog-databricks/m-p/64858#M1734</guid>
      <dc:creator>rkalluri-apex</dc:creator>
      <dc:date>2024-03-27T22:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unity Catalog - Databricks</title>
      <link>https://community.databricks.com/t5/data-governance/unity-catalog-databricks/m-p/64867#M1737</link>
      <description>&lt;P&gt;Thanks for answering, I would like to understand if my catalog is bound to multiple workspaces does the data in these catalogs will also be shared or the each workspace will it's own isolated data only accessible within a workspace ??&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 04:11:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/unity-catalog-databricks/m-p/64867#M1737</guid>
      <dc:creator>udittyagi1994</dc:creator>
      <dc:date>2024-03-28T04:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Unity Catalog - Databricks</title>
      <link>https://community.databricks.com/t5/data-governance/unity-catalog-databricks/m-p/64869#M1738</link>
      <description>&lt;P&gt;Unity Catalog acts as a single point of access for managing data across Databricks workspaces, which means with unity catalog a Metastore admin can manage the access permissions on the Data which comes under Unity catalog umbrella.&lt;BR /&gt;Data inside different workspaces will still be isolated to each workspace.&lt;BR /&gt;&lt;BR /&gt;Please let me know if above understanding is correct ?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 04:15:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/unity-catalog-databricks/m-p/64869#M1738</guid>
      <dc:creator>udittyagi1994</dc:creator>
      <dc:date>2024-03-28T04:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unity Catalog - Databricks</title>
      <link>https://community.databricks.com/t5/data-governance/unity-catalog-databricks/m-p/64895#M1740</link>
      <description>&lt;P&gt;If a catalog is bound to a workspace, the users in that workspace who have privileges to catalog objects select, read files, write files, execute will be able to do so. you also need USE CATALOG and USE SCHEMA to list objects in that hierarchy to begin with. If you dont have grants on a catalog you wont even see it. If you do have access to a catalog and that catalog is not bound to the workspace you have logged into it will be greyed out and show as disabled.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 11:52:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/unity-catalog-databricks/m-p/64895#M1740</guid>
      <dc:creator>rkalluri-apex</dc:creator>
      <dc:date>2024-03-28T11:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Unity Catalog - Databricks</title>
      <link>https://community.databricks.com/t5/data-governance/unity-catalog-databricks/m-p/64896#M1741</link>
      <description>&lt;P&gt;As long as the catalog is ISOLATED and bound to only one workspace you are correct. But you have the option to selective expose a subset to other workspaces and selective user groups if needed.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 11:54:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/unity-catalog-databricks/m-p/64896#M1741</guid>
      <dc:creator>rkalluri-apex</dc:creator>
      <dc:date>2024-03-28T11:54:30Z</dc:date>
    </item>
  </channel>
</rss>

