<?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: Delta Share Recipient in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/delta-share-recipient/m-p/152967#M5100</link>
    <description>&lt;P&gt;&lt;SPAN&gt;not in Databricks Free Edition... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To catalog a Delta Share (Databricks-to-Databricks), you need a Unity Catalog-enabled workspace with permissions to use providers and create catalogs from shares.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Those capabilities are not fully available in the Free tier, which has limited governance and sharing features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Free Edition, you can still consume shared data using the open Delta Sharing protocol (token-based), but you won’t be able to mount it as a catalog in your workspace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So it’s more “external access” than native catalog integration.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Apr 2026 21:36:45 GMT</pubDate>
    <dc:creator>edonaire</dc:creator>
    <dc:date>2026-04-01T21:36:45Z</dc:date>
    <item>
      <title>Delta Share Recipient</title>
      <link>https://community.databricks.com/t5/administration-architecture/delta-share-recipient/m-p/152966#M5099</link>
      <description>&lt;P&gt;Is it possible to catalog a delta share as a recipient in Databricks Free?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 20:40:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/delta-share-recipient/m-p/152966#M5099</guid>
      <dc:creator>lynchdhl</dc:creator>
      <dc:date>2026-04-01T20:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Share Recipient</title>
      <link>https://community.databricks.com/t5/administration-architecture/delta-share-recipient/m-p/152967#M5100</link>
      <description>&lt;P&gt;&lt;SPAN&gt;not in Databricks Free Edition... &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To catalog a Delta Share (Databricks-to-Databricks), you need a Unity Catalog-enabled workspace with permissions to use providers and create catalogs from shares.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Those capabilities are not fully available in the Free tier, which has limited governance and sharing features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In Free Edition, you can still consume shared data using the open Delta Sharing protocol (token-based), but you won’t be able to mount it as a catalog in your workspace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So it’s more “external access” than native catalog integration.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 21:36:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/delta-share-recipient/m-p/152967#M5100</guid>
      <dc:creator>edonaire</dc:creator>
      <dc:date>2026-04-01T21:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Share Recipient</title>
      <link>https://community.databricks.com/t5/administration-architecture/delta-share-recipient/m-p/152969#M5101</link>
      <description>&lt;P&gt;Thanks for the response. Any docs you can point me to on how I can connect to an external delta share? I have received a credentials file with a bearer token,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 22:29:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/delta-share-recipient/m-p/152969#M5101</guid>
      <dc:creator>lynchdhl</dc:creator>
      <dc:date>2026-04-01T22:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Share Recipient</title>
      <link>https://community.databricks.com/t5/administration-architecture/delta-share-recipient/m-p/153044#M5105</link>
      <description>&lt;P class=""&gt;If you already have the credentials file with a bearer token, you're pretty much there! &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;&lt;P class=""&gt;On Free Edition you can't register the share in Unity Catalog, but you can still access the data using the Delta Sharing protocol directly. Two ways to do it:&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;1. Python (easiest for exploration)&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;Install the client:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN&gt;pip install delta-sharing&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;Then point it at your credentials file (.json or .share):&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;python&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;import&lt;/SPAN&gt; delta_sharing&lt;/SPAN&gt;
&lt;SPAN&gt;profile_file &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;"/path/to/your/credentials.file"&lt;/SPAN&gt;
&lt;/SPAN&gt;
&lt;SPAN&gt;&lt;SPAN class=""&gt;# List available tables&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;client &lt;SPAN class=""&gt;=&lt;/SPAN&gt; delta_sharing&lt;SPAN class=""&gt;.&lt;/SPAN&gt;SharingClient&lt;SPAN class=""&gt;(&lt;/SPAN&gt;profile_file&lt;SPAN class=""&gt;)&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;print&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;client&lt;SPAN class=""&gt;.&lt;/SPAN&gt;list_all_tables&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;
&lt;/SPAN&gt;
&lt;SPAN&gt;&lt;SPAN class=""&gt;# Load a table into pandas&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;df &lt;SPAN class=""&gt;=&lt;/SPAN&gt; delta_sharing&lt;SPAN class=""&gt;.&lt;/SPAN&gt;load_as_pandas&lt;SPAN class=""&gt;(&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;    profile_file &lt;SPAN class=""&gt;+&lt;/SPAN&gt; &lt;SPAN class=""&gt;"#share.schema.table"&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;df&lt;SPAN class=""&gt;.&lt;/SPAN&gt;head&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;&lt;STRONG&gt;2. Spark (if your environment supports it)&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;python&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN&gt;spark&lt;SPAN class=""&gt;.&lt;/SPAN&gt;read&lt;SPAN class=""&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;format&lt;/SPAN&gt;&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;"deltaSharing"&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt; \&lt;/SPAN&gt;&lt;SPAN&gt;    &lt;SPAN class=""&gt;.&lt;/SPAN&gt;load&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;"/path/to/credentials.file#share.schema.table"&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt; \&lt;/SPAN&gt;&lt;SPAN&gt;    &lt;SPAN class=""&gt;.&lt;/SPAN&gt;show&lt;SPAN class=""&gt;(&lt;/SPAN&gt;&lt;SPAN class=""&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;A few Free Edition limitations worth knowing:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;No Unity Catalog integration — you can't register the share as a catalog&lt;/LI&gt;&lt;LI&gt;No persistent metadata layer for the shared data&lt;/LI&gt;&lt;LI&gt;Access is session-based, straight from the credentials file&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;So the workflow is more "connect and read" than "govern and catalog."&lt;/P&gt;&lt;HR /&gt;&lt;P class=""&gt;Full docs covering both Python and Spark usage: &lt;A class="" href="https://docs.delta.io/latest/delta-sharing.html" target="_blank" rel="noopener"&gt;https://docs.delta.io/latest/delta-sharing.html&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;If you let me know which environment you're on (local Python, Databricks Free, etc.), I can tailor the example a bit more.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 13:51:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/delta-share-recipient/m-p/153044#M5105</guid>
      <dc:creator>edonaire</dc:creator>
      <dc:date>2026-04-02T13:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Share Recipient</title>
      <link>https://community.databricks.com/t5/administration-architecture/delta-share-recipient/m-p/153045#M5106</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/225237"&gt;@lynchdhl&lt;/a&gt;,&lt;/P&gt;
&lt;P data-pm-slice="1 1 []"&gt;Yes. You can use Delta Sharing as a recipient on Databricks Free Edition, and you can catalog a share as long as your Free workspace is Unity Catalog-enabled. Functionally, this works the same as on paid workspaces. Delta Sharing is generally supported, with no difference between the trial and Free tiers.&lt;/P&gt;
&lt;P&gt;Because you’ve received a credentials file with a bearer token, you’re using the open sharing flow. The high‑level steps in your Free workspace are:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open Catalog Explorer → gear icon → Delta Sharing (or Share → Delta Sharing).&lt;/LI&gt;
&lt;LI&gt;On Shared with me, click Import data, give the provider a name (no spaces), and upload the credential file you received.&lt;/LI&gt;
&lt;LI&gt;On the Shares tab for that provider, click Create catalog on the share you want to expose; this creates a UC catalog backed by the shared data.&lt;/LI&gt;
&lt;LI&gt;Grant permissions and query it like any other UC catalog, e.g. SELECT * FROM your_share_catalog.schema.table;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Unfortunately, when I tried to test this in my free edition, it failed for a different reason. Having checked internally, it looks like it could be a backend issue. So, I would recommend you try the above with your login once, but if, for some reason, you don’t have UC or cannot use Catalog Explorer, you can still read from the share in a notebook using the delta-sharing connector and the same credential file (Python / Scala examples in the docs).&lt;/P&gt;
&lt;P&gt;Here are some useful links.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Access data shared with you using Delta Sharing (for recipients)&amp;nbsp; &lt;A href="https://learn.microsoft.com/azure/databricks/delta-sharing/recipient" target="_self"&gt;HERE&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Step‑by‑step for credential file + bearer token (open sharing): &lt;A href="https://learn.microsoft.com/azure/databricks/delta-sharing/read-data-open" target="_self"&gt;HERE&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;These instructions apply to Free Edition the same way they do to standard workspaces, as long as the workspace has Unity Catalog enabled.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 13:53:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/delta-share-recipient/m-p/153045#M5106</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-04-02T13:53:42Z</dc:date>
    </item>
  </channel>
</rss>

