<?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: How do I grant access to find a table in Databricks, without giving access to query the table? in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/how-do-i-grant-access-to-find-a-table-in-databricks-without/m-p/142272#M2724</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/179384"&gt;@excavator-matt&lt;/a&gt;&amp;nbsp;you can&amp;nbsp;grant BROWSE privilege on your catalog to a broad audience (for example, the “All account users” group). This lets users see object metadata (names, comments, lineage, search results, information_schema, etc.) in Catalog Explorer and search without being able to read data. They do not need USE CATALOG or USE SCHEMA to read metadata when they have BROWSE on the catalog.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Dec 2025 18:05:45 GMT</pubDate>
    <dc:creator>iyashk-DB</dc:creator>
    <dc:date>2025-12-19T18:05:45Z</dc:date>
    <item>
      <title>How do I grant access to find a table in Databricks, without giving access to query the table?</title>
      <link>https://community.databricks.com/t5/data-governance/how-do-i-grant-access-to-find-a-table-in-databricks-without/m-p/142065#M2718</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;&lt;BR /&gt;By default it seems users can only see tables and views in Unity Catalog that they have SELECT permission/privilege on. However, we would like to use Unity Catalog as a data catalog of tables we have. They wouldn't then be able to request access to query.&lt;/P&gt;&lt;P&gt;How can I grant users permissions to see the table/view without granting them access to query the table/view?&lt;/P&gt;&lt;P&gt;We have tried all &lt;A href="https://docs.databricks.com/aws/en/data-governance/unity-catalog/manage-privileges/privileges" target="_self"&gt;combinations of privileges&lt;/A&gt;, but nothing seems to work. &lt;A href="https://docs.databricks.com/aws/en/data-governance/unity-catalog/manage-privileges/access-request-destinations" target="_self"&gt;There is a feature&lt;/A&gt; for requesting access, but when would that ever be used if they can't see objects they do not already have access to?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 09:00:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/how-do-i-grant-access-to-find-a-table-in-databricks-without/m-p/142065#M2718</guid>
      <dc:creator>excavator-matt</dc:creator>
      <dc:date>2025-12-17T09:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I grant access to find a table in Databricks, without giving access to query the table?</title>
      <link>https://community.databricks.com/t5/data-governance/how-do-i-grant-access-to-find-a-table-in-databricks-without/m-p/142272#M2724</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/179384"&gt;@excavator-matt&lt;/a&gt;&amp;nbsp;you can&amp;nbsp;grant BROWSE privilege on your catalog to a broad audience (for example, the “All account users” group). This lets users see object metadata (names, comments, lineage, search results, information_schema, etc.) in Catalog Explorer and search without being able to read data. They do not need USE CATALOG or USE SCHEMA to read metadata when they have BROWSE on the catalog.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 18:05:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/how-do-i-grant-access-to-find-a-table-in-databricks-without/m-p/142272#M2724</guid>
      <dc:creator>iyashk-DB</dc:creator>
      <dc:date>2025-12-19T18:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I grant access to find a table in Databricks, without giving access to query the table?</title>
      <link>https://community.databricks.com/t5/data-governance/how-do-i-grant-access-to-find-a-table-in-databricks-without/m-p/142334#M2725</link>
      <description>&lt;P&gt;Nice! I had completely missed that catalog level privilege. Are there any plans to extend this to a schema level? I want to protect the users from being cluttered with staging stables from other teams. I could of course also introduce more catalogs, but this also seems excessive.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Dec 2025 07:58:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/how-do-i-grant-access-to-find-a-table-in-databricks-without/m-p/142334#M2725</guid>
      <dc:creator>excavator-matt</dc:creator>
      <dc:date>2025-12-22T07:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I grant access to find a table in Databricks, without giving access to query the table?</title>
      <link>https://community.databricks.com/t5/data-governance/how-do-i-grant-access-to-find-a-table-in-databricks-without/m-p/142571#M2727</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/179384"&gt;@excavator-matt&lt;/a&gt;&amp;nbsp;to make tables and views discoverable without exposing their data, you should use the &lt;STRONG&gt;&lt;EM&gt;BROWSE&lt;/EM&gt; &lt;/STRONG&gt;privilege at the catalog level.&lt;/P&gt;&lt;P&gt;Granting &lt;STRONG&gt;&lt;EM&gt;BROWSE&lt;/EM&gt; &lt;/STRONG&gt;on a catalog (for example to the &lt;EM&gt;All-account users'&lt;/EM&gt; group) allows users to view metadata across multiple surfaces—not just &lt;STRONG&gt;&lt;EM&gt;Catalog Explorer&lt;/EM&gt;&lt;/STRONG&gt;—including the &lt;STRONG&gt;&lt;EM&gt;schema browser, search results, lineage graph, information schema, and REST APIs&lt;/EM&gt;&lt;/STRONG&gt;. This does not allow them to query or read the underlying data.&lt;/P&gt;&lt;P&gt;An important detail is that &lt;STRONG&gt;&lt;EM&gt;BROWSE&lt;/EM&gt; &lt;/STRONG&gt;works independently of &lt;STRONG&gt;&lt;EM&gt;USE CATALOG and USE SCHEMA&lt;/EM&gt;&lt;/STRONG&gt;. As long as a user has &lt;STRONG&gt;&lt;EM&gt;BROWSE&lt;/EM&gt; &lt;/STRONG&gt;on the catalog, they can see metadata even if those other privileges are not granted.&lt;/P&gt;&lt;P&gt;This is the intended mechanism in Unity Catalog for object discovery while keeping data access tightly controlled.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Dec 2025 19:54:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/how-do-i-grant-access-to-find-a-table-in-databricks-without/m-p/142571#M2727</guid>
      <dc:creator>Shivam7788775</dc:creator>
      <dc:date>2025-12-27T19:54:52Z</dc:date>
    </item>
  </channel>
</rss>

