<?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 Databricks Clean Rooms with 3 or more collaborators in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/databricks-clean-rooms-with-3-or-more-collaborators/m-p/111061#M9074</link>
    <description>&lt;P&gt;Let's say I create a clean room with 2 other collaborators, call them collaborator A and collaborator B (so 3 in total, including me) and then shared some tables to the clean room. If collaborator A writes code that does a "SELECT * FROM creator.&amp;lt;table&amp;gt;" (i.e. one of my tables), then would collaborator B essentially be able to see all of my potentially sensitive data? Or are there ways to prevent anyone writing queries like this?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2025 16:07:56 GMT</pubDate>
    <dc:creator>pardeep7</dc:creator>
    <dc:date>2025-02-24T16:07:56Z</dc:date>
    <item>
      <title>Databricks Clean Rooms with 3 or more collaborators</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-clean-rooms-with-3-or-more-collaborators/m-p/111061#M9074</link>
      <description>&lt;P&gt;Let's say I create a clean room with 2 other collaborators, call them collaborator A and collaborator B (so 3 in total, including me) and then shared some tables to the clean room. If collaborator A writes code that does a "SELECT * FROM creator.&amp;lt;table&amp;gt;" (i.e. one of my tables), then would collaborator B essentially be able to see all of my potentially sensitive data? Or are there ways to prevent anyone writing queries like this?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 16:07:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-clean-rooms-with-3-or-more-collaborators/m-p/111061#M9074</guid>
      <dc:creator>pardeep7</dc:creator>
      <dc:date>2025-02-24T16:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Clean Rooms with 3 or more collaborators</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-clean-rooms-with-3-or-more-collaborators/m-p/111078#M9075</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/150545"&gt;@pardeep7&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Databricks Clean rooms uses Delta Sharing to share data between collaborators.&amp;nbsp;&lt;SPAN&gt;This allows collaborators to share tables, volumes, and notebooks with the central clean room without exposing the underlying raw data directly to each other. Here is a reference documentation from databricks&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/clean-rooms#how-does-clean-rooms-work" target="_self"&gt;https://docs.databricks.com/aws/en/clean-rooms#how-does-clean-rooms-work&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, ideally, Collaborator B would not be able to see any sensitive data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 19:19:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-clean-rooms-with-3-or-more-collaborators/m-p/111078#M9075</guid>
      <dc:creator>KaranamS</dc:creator>
      <dc:date>2025-02-24T19:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Clean Rooms with 3 or more collaborators</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-clean-rooms-with-3-or-more-collaborators/m-p/111094#M9076</link>
      <description>&lt;P&gt;What i'm unsure about is that with the delta sharing you share the whole table right? So is there anything stopping Collaborator A writing a query on all the sensitive columns of the Creator's table and then Collaborator B can run that code, exposing Creator's sensitive data to Collaborator B?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 06:18:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-clean-rooms-with-3-or-more-collaborators/m-p/111094#M9076</guid>
      <dc:creator>pardeep7</dc:creator>
      <dc:date>2025-02-25T06:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Clean Rooms with 3 or more collaborators</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-clean-rooms-with-3-or-more-collaborators/m-p/111156#M9077</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/150545"&gt;@pardeep7&lt;/a&gt;&amp;nbsp;, As per my understanding, all participants of clean room can only see metadata. The raw data in your tables is not directly accessed by other collaborators.&lt;/P&gt;&lt;P&gt;Any output tables created by Collaborators based on the queries/notebooks will be&amp;nbsp;read-only and only the specific principal (user, group, or service principal) who runs the notebook has default read access to the output table. Also the notebooks created by one Collaborator cannot be run by other collaborators. So, in your case, if Collaborator A creates a notebook and an output table, only Collaborator A will have access to that notebook and table unless Collaborator B has been explicitly granted permission to access the output table.&lt;/P&gt;&lt;P&gt;References:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/clean-rooms#how-is-my-data-managed-in-a-clean-room" target="_blank"&gt;https://docs.databricks.com/aws/en/clean-rooms#how-is-my-data-managed-in-a-clean-room&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/aws/en/clean-rooms/clean-room-notebook#before-you-begin" target="_blank"&gt;https://docs.databricks.com/aws/en/clean-rooms/clean-room-notebook#before-you-begin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 18:23:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-clean-rooms-with-3-or-more-collaborators/m-p/111156#M9077</guid>
      <dc:creator>KaranamS</dc:creator>
      <dc:date>2025-02-25T18:23:46Z</dc:date>
    </item>
  </channel>
</rss>

