<?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: Data Explorer minimum permissions in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/6693#M2718</link>
    <description>&lt;P&gt;Thank you for the reply. Requiring SELECT is unfortunate - it requires users to know a dataset exists and that it's the right dataset through either tribal knowledge or maintaining an external search/browse mechanism. What I want is for users to be able to search for datasets, view the metadata (e.g., description, quality, source, usage), and then submit a ticket to request access. There doesn't seem to be a middle ground ATM. I could understand requiring USE permission to be able to see a dataset in search results. That said, I feel like I'm missing why I'd have to explicitly grant USE - the docs state that requiring USE is a security feature because it must be combined w/ SELECT before access is granted. However, if I have to grant USE to everyone anyway then why bother? In that case, just remove the complexity of managing USE grants and just require SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand this is still only a 1 year-old solution and I'm excited about using it. I just wanted to take the opportunity to provide feedback.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Apr 2023 20:34:16 GMT</pubDate>
    <dc:creator>dvmentalmadess</dc:creator>
    <dc:date>2023-04-03T20:34:16Z</dc:date>
    <item>
      <title>Data Explorer minimum permissions</title>
      <link>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/6689#M2714</link>
      <description>&lt;P&gt;What are the minimum permissions are required to search and view objects in Data Explorer? For example, does a user have to have&amp;nbsp;`USE [SCHEMA|CATALOG]` to search or browse in the Data Explorer? Or can anyone with workspace access browse objects and, for example, view a table definition and properties? If it’s the latter, then I assume they can view all the information about a table except sample data unless they had&amp;nbsp;`USE`&amp;nbsp;and `SELECT`&amp;nbsp;permissions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally it would be simple to verify with a test user, but I'm not sure how since I'm using SSO and am an admin.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 13:32:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/6689#M2714</guid>
      <dc:creator>dvmentalmadess</dc:creator>
      <dc:date>2023-03-31T13:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Data Explorer minimum permissions</title>
      <link>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/6690#M2715</link>
      <description>&lt;P&gt;@Mark Miller​&amp;nbsp;if you are enabled with unity catalog, catalog level select permissions should be fine to view/search &lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 19:38:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/6690#M2715</guid>
      <dc:creator>karthik_p</dc:creator>
      <dc:date>2023-03-31T19:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data Explorer minimum permissions</title>
      <link>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/6691#M2716</link>
      <description>&lt;P&gt;Hi @Mark Miller​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now, users need to have the SELECT + USE permission on the tables and can see the data too, or they do not have the SELECT permission and they do not see the tables at all. You need SELECT to "see" an object, just USE on CATALOG and SCHEMA should not let them see any objects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be addressed in an upcoming feature in the next couple of months. Hopefully that was able to answer your question. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 19:49:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/6691#M2716</guid>
      <dc:creator>LandanG</dc:creator>
      <dc:date>2023-03-31T19:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data Explorer minimum permissions</title>
      <link>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/6692#M2717</link>
      <description>&lt;P&gt;Hi @Mark Miller​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everything is going great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to check in if you were able to resolve your issue. If yes, would you be happy to mark an answer as best so that other members can find the solution more quickly? If not, please tell us so we can help you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 02:17:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/6692#M2717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-01T02:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data Explorer minimum permissions</title>
      <link>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/6693#M2718</link>
      <description>&lt;P&gt;Thank you for the reply. Requiring SELECT is unfortunate - it requires users to know a dataset exists and that it's the right dataset through either tribal knowledge or maintaining an external search/browse mechanism. What I want is for users to be able to search for datasets, view the metadata (e.g., description, quality, source, usage), and then submit a ticket to request access. There doesn't seem to be a middle ground ATM. I could understand requiring USE permission to be able to see a dataset in search results. That said, I feel like I'm missing why I'd have to explicitly grant USE - the docs state that requiring USE is a security feature because it must be combined w/ SELECT before access is granted. However, if I have to grant USE to everyone anyway then why bother? In that case, just remove the complexity of managing USE grants and just require SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand this is still only a 1 year-old solution and I'm excited about using it. I just wanted to take the opportunity to provide feedback.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 20:34:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/6693#M2718</guid>
      <dc:creator>dvmentalmadess</dc:creator>
      <dc:date>2023-04-03T20:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data Explorer minimum permissions</title>
      <link>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/6694#M2719</link>
      <description>&lt;P&gt;@Mark Miller​&amp;nbsp;it definitely can be confusing and I appreciate the feedback. The mandatory pairing of USE + SELECT to interact with objects is something that will be addressed in an upcoming feature release, hopefully providing the middle ground that you mentioned.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 20:49:05 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/6694#M2719</guid>
      <dc:creator>LandanG</dc:creator>
      <dc:date>2023-04-03T20:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data Explorer minimum permissions</title>
      <link>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/55843#M30442</link>
      <description>&lt;P&gt;Hi all -&amp;nbsp; &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/66743"&gt;@LandanG&lt;/a&gt;&amp;nbsp;I wanted to bump this thread to see if there was any traction on giving us the ability to expose the table metadata to users (using USE &amp;lt;object&amp;gt; permission) while not allowing the users to SELECT from the tables themselves?&amp;nbsp; I think this would go a long way in "democratizing" the centralized data asset that UC is striving to become while still maintaining least privilege.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For context I scoured the release notes, since this post and did not find anything that seemed to fit this bill.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any update you can provide would be helpful. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 18:07:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/55843#M30442</guid>
      <dc:creator>bearded_data</dc:creator>
      <dc:date>2023-12-27T18:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data Explorer minimum permissions</title>
      <link>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/55854#M30443</link>
      <description>&lt;P&gt;"What I want is for users to be able to search for datasets, view the metadata (e.g., description, quality, source, usage), and then submit a ticket to request access."&lt;/P&gt;&lt;P&gt;If what you want, you need to create a table to capture the metadata of tables in catalog and grant access use/select on this table for users. Then the users can do a search on this table and create a ticket to ask access the tables which they want.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 18:35:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/55854#M30443</guid>
      <dc:creator>Rom</dc:creator>
      <dc:date>2023-12-27T18:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Data Explorer minimum permissions</title>
      <link>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/55858#M30444</link>
      <description>&lt;P&gt;hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/92539"&gt;@Rom&lt;/a&gt;&amp;nbsp;- while this is a bit of a workaround to get to the intended end goal, it would be nice to see this functionality built into the catalog.&amp;nbsp; From the responses in this thread it seems like this feature is coming. Was curious if anyone from Databricks had any insight or direction on this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 19:15:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/55858#M30444</guid>
      <dc:creator>bearded_data</dc:creator>
      <dc:date>2023-12-27T19:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Data Explorer minimum permissions</title>
      <link>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/55876#M30450</link>
      <description>&lt;P&gt;This is not solution but a bit of workaround I have usesd:&lt;BR /&gt;- expose data from Infomration_schema that basically has most of info that you see on UI&amp;nbsp;&lt;/P&gt;&lt;P&gt;Either table or Dashbaords that contains list of tables in my Lakehouse with most insteresting information.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 09:21:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/55876#M30450</guid>
      <dc:creator>Wojciech_BUK</dc:creator>
      <dc:date>2023-12-28T09:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data Explorer minimum permissions</title>
      <link>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/75375#M34955</link>
      <description>&lt;P&gt;Circling back to this.&amp;nbsp; With one of the recent releases you can now GRANT BROWSE at the catalog level!&amp;nbsp; Hopefully they will be rolling this feature out at every object level (schemas and tables specifically).&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 22:19:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/data-explorer-minimum-permissions/m-p/75375#M34955</guid>
      <dc:creator>bearded_data</dc:creator>
      <dc:date>2024-06-21T22:19:21Z</dc:date>
    </item>
  </channel>
</rss>

