Hi @lynchdhl,
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.
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:
- Open Catalog Explorer โ gear icon โ Delta Sharing (or Share โ Delta Sharing).
- On Shared with me, click Import data, give the provider a name (no spaces), and upload the credential file you received.
- 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.
- Grant permissions and query it like any other UC catalog, e.g. SELECT * FROM your_share_catalog.schema.table;
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).
Here are some useful links.
Access data shared with you using Delta Sharing (for recipients) HERE
Stepโbyโstep for credential file + bearer token (open sharing): HERE
These instructions apply to Free Edition the same way they do to standard workspaces, as long as the workspace has Unity Catalog enabled.
If this answer resolves your question, could you mark it as โAccept as Solutionโ? That helps other users quickly find the correct fix.
Regards,
Ashwin | Delivery Solution Architect @ Databricks
Helping you build and scale the Data Intelligence Platform.
***Opinions are my own***