<?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: Create multiple SQL warehouse with custom access control in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/create-multiple-sql-warehouse-with-custom-access-control/m-p/104511#M1799</link>
    <description>&lt;P&gt;Unfortunately there is no way to restrict the access the compute has, the restrictions are being performed via the users permissions. Only option here will be to submit a feature request through&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;&lt;A href="https://docs.databricks.com/en/resources/ideas.html#ideas" target="_blank"&gt;https://docs.databricks.com/en/resources/ideas.html#ideas&lt;/A&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2025 12:47:14 GMT</pubDate>
    <dc:creator>Walter_C</dc:creator>
    <dc:date>2025-01-07T12:47:14Z</dc:date>
    <item>
      <title>Create multiple SQL warehouse with custom access control</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/create-multiple-sql-warehouse-with-custom-access-control/m-p/72610#M1379</link>
      <description>&lt;P&gt;We set up the SQL warehouse IAM role in the settings option. This is applied to all warehouses. How do I create sql warehouses with multiple IAM roles to maintain access control.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 23:04:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/create-multiple-sql-warehouse-with-custom-access-control/m-p/72610#M1379</guid>
      <dc:creator>jay99</dc:creator>
      <dc:date>2024-06-11T23:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create multiple SQL warehouse with custom access control</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/create-multiple-sql-warehouse-with-custom-access-control/m-p/104406#M1795</link>
      <description>&lt;P&gt;I think I am trying to do the same thing, apologies if I've jumped on this and it's not (let me know and will remove this and start a new thread).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created muliple SQL Warehouses and assigned different Entra group permissions to each SQL Warehouse.&amp;nbsp; Each of those groups have access to their own catalog schema (entra group permissions granted here too - Entra Group A has permissions to Catalog Schema A. Entra group B to Catalog Schema B etc).&amp;nbsp; However, these schema's have views over the same source table.&amp;nbsp; I have granted read permissions for each entra group to this source table location (ADLS2).&amp;nbsp; The problem I have is when a user belongs to more than 1 group.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example user Steve belongs to Entra Group A and Entra Group B.&amp;nbsp; Group A has been granted permission to SQL Warehouse A and this is how Steve is connecting to the data in Power BI.&amp;nbsp; However, because he is in both Group A and Group B, he can see both catalog schema's.&amp;nbsp; The risk is that Steve saves data for Group B in the Power BI dashboard which should only have Group A data in.&lt;/P&gt;&lt;P&gt;How can I restricted the access from SQL Warehouse A to only see Catalog Schema A?&amp;nbsp; Or is there another approach I should be taking?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 16:58:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/create-multiple-sql-warehouse-with-custom-access-control/m-p/104406#M1795</guid>
      <dc:creator>Hana</dc:creator>
      <dc:date>2025-01-06T16:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create multiple SQL warehouse with custom access control</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/create-multiple-sql-warehouse-with-custom-access-control/m-p/104410#M1796</link>
      <description>&lt;P&gt;Does the user has permissions to Write on both catalog schemas? Or do he has only write access on Schema A and Select on Schema B? Is this using Unity Catalog right?&lt;BR /&gt;&lt;BR /&gt;In regards original question you can only select one instance profile for the warehouses&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 17:21:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/create-multiple-sql-warehouse-with-custom-access-control/m-p/104410#M1796</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2025-01-06T17:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create multiple SQL warehouse with custom access control</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/create-multiple-sql-warehouse-with-custom-access-control/m-p/104473#M1797</link>
      <description>&lt;P&gt;Hi, Yes I am using unity catalog.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Permissions are as follows:&lt;/P&gt;&lt;P&gt;Catalog Privilages:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Entra Group A = USE_CATALOG&lt;/P&gt;&lt;P&gt;Entra Group B = USE_CATALOG&lt;/P&gt;&lt;P&gt;Schema Privilages:&lt;/P&gt;&lt;P&gt;Entra Group A = USE_SCHEMA and SELECT on Schema A&lt;/P&gt;&lt;P&gt;Entra Group B =&amp;nbsp;USE_SCHEMA and SELECT on Schema B&amp;nbsp;&lt;/P&gt;&lt;P&gt;External Location Privilages:&lt;/P&gt;&lt;P&gt;Entra Group A = READ_FILES on main table location&lt;/P&gt;&lt;P&gt;Entra Group B = READ_FILES on (the same) main table location&lt;/P&gt;&lt;P&gt;Then there is a SQL (serverless) Warehouse for each entra group&lt;/P&gt;&lt;P&gt;Entra Group A = Can Use on SQL Warehouse A&lt;/P&gt;&lt;P&gt;Entra Group B - Can Use on SQL Warehouse B&lt;/P&gt;&lt;P&gt;Steve belongs to both Entra group A and B, but when he uses SQL Warehouse A, I only want him to be able to see the data that is returned from the view created in Schema A.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 10:11:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/create-multiple-sql-warehouse-with-custom-access-control/m-p/104473#M1797</guid>
      <dc:creator>Hana</dc:creator>
      <dc:date>2025-01-07T10:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create multiple SQL warehouse with custom access control</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/create-multiple-sql-warehouse-with-custom-access-control/m-p/104511#M1799</link>
      <description>&lt;P&gt;Unfortunately there is no way to restrict the access the compute has, the restrictions are being performed via the users permissions. Only option here will be to submit a feature request through&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;&lt;A href="https://docs.databricks.com/en/resources/ideas.html#ideas" target="_blank"&gt;https://docs.databricks.com/en/resources/ideas.html#ideas&lt;/A&gt;&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 12:47:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/create-multiple-sql-warehouse-with-custom-access-control/m-p/104511#M1799</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2025-01-07T12:47:14Z</dc:date>
    </item>
  </channel>
</rss>

