<?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 SELECT SCHEMA/USE_SCHEMA WHICH IS MOST SUITABLE FOR ACCESS in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/select-schema-use-schema-which-is-most-suitable-for-access/m-p/43789#M1218</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As part of the DataGovernance or Authorization topic we are working on automation of the code for granting the access CATALOG LEVEL,SCHEMA LEVEL and TABLE LEVEL in Unity Catalog&lt;BR /&gt;As USE CATALOG Provides access at the Catalog level to user/group(which we are using)&lt;/P&gt;&lt;P&gt;SELECT TABLE - Provides access at the table level now the question is on using the access at the SCHEMA level as found there are multiple options at the SCHEMA LEVEL USE_SCHEMA,SELECT SCHEMA&lt;/P&gt;&lt;P&gt;USE_SCHEMA AND SELECT SCHEMA - Providing access for all the available tables in SCHEMA and if we skip this access user can't access the database/Schema&lt;/P&gt;&lt;P&gt;Which is the best approach to use so that User should have access to only particular table from database/schema and not to all the tables.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Sep 2023 12:22:59 GMT</pubDate>
    <dc:creator>sandeephenkel23</dc:creator>
    <dc:date>2023-09-06T12:22:59Z</dc:date>
    <item>
      <title>SELECT SCHEMA/USE_SCHEMA WHICH IS MOST SUITABLE FOR ACCESS</title>
      <link>https://community.databricks.com/t5/data-governance/select-schema-use-schema-which-is-most-suitable-for-access/m-p/43789#M1218</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As part of the DataGovernance or Authorization topic we are working on automation of the code for granting the access CATALOG LEVEL,SCHEMA LEVEL and TABLE LEVEL in Unity Catalog&lt;BR /&gt;As USE CATALOG Provides access at the Catalog level to user/group(which we are using)&lt;/P&gt;&lt;P&gt;SELECT TABLE - Provides access at the table level now the question is on using the access at the SCHEMA level as found there are multiple options at the SCHEMA LEVEL USE_SCHEMA,SELECT SCHEMA&lt;/P&gt;&lt;P&gt;USE_SCHEMA AND SELECT SCHEMA - Providing access for all the available tables in SCHEMA and if we skip this access user can't access the database/Schema&lt;/P&gt;&lt;P&gt;Which is the best approach to use so that User should have access to only particular table from database/schema and not to all the tables.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 12:22:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/select-schema-use-schema-which-is-most-suitable-for-access/m-p/43789#M1218</guid>
      <dc:creator>sandeephenkel23</dc:creator>
      <dc:date>2023-09-06T12:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT SCHEMA/USE_SCHEMA WHICH IS MOST SUITABLE FOR ACCESS</title>
      <link>https://community.databricks.com/t5/data-governance/select-schema-use-schema-which-is-most-suitable-for-access/m-p/43802#M1220</link>
      <description>&lt;P&gt;Yes But If I want to connect Power BI from (Partner Connect which is within databricks) Granting access on&amp;nbsp;&lt;SPAN&gt;SELECT SCHEMA/USE SCHEMA is mandatory without this access schema is not available in Power BI and even not able to see the table even which is granted access with&amp;nbsp;SELECT&amp;nbsp;&lt;/SPAN&gt;privilege&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 13:58:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/select-schema-use-schema-which-is-most-suitable-for-access/m-p/43802#M1220</guid>
      <dc:creator>sandeephenkel23</dc:creator>
      <dc:date>2023-09-06T13:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT SCHEMA/USE_SCHEMA WHICH IS MOST SUITABLE FOR ACCESS</title>
      <link>https://community.databricks.com/t5/data-governance/select-schema-use-schema-which-is-most-suitable-for-access/m-p/102691#M2326</link>
      <description>&lt;P&gt;USE is foundational. &lt;BR /&gt;You need it at the catalog level and for any schema you want to access.&lt;/P&gt;
&lt;P&gt;So let's say I need SELECT only on 1 table &lt;STRONG&gt;T1&lt;/STRONG&gt; in Catalog:&lt;STRONG&gt;C1&lt;/STRONG&gt;, Schema:&lt;STRONG&gt;S1&lt;/STRONG&gt; &lt;BR /&gt;(Though there may be 1K tables in that schema)&lt;/P&gt;
&lt;P&gt;Then I would need&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;USE CATALOG on C1;&lt;/LI&gt;
&lt;LI&gt;USE SCHEMA on S1;&lt;/LI&gt;
&lt;LI&gt;SELECT on Table C1.S1.T1;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I will &lt;STRONG&gt;not&lt;/STRONG&gt; see the other 999 tables with the USE SCHEMA privilege.&lt;/P&gt;
&lt;P&gt;(But if you gave be SELECT on the schema level, I would see and be able to select from those as well).&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 16:18:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/select-schema-use-schema-which-is-most-suitable-for-access/m-p/102691#M2326</guid>
      <dc:creator>MoJaMa</dc:creator>
      <dc:date>2024-12-19T16:18:43Z</dc:date>
    </item>
  </channel>
</rss>

