Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2025 07:26 AM
Hi @mandarsu ,
To enable external Delta Sharing in Databricks:
- Enable External Sharing:
Go to the Databricks Account Console, open your Unity Catalog metastore settings, and enable the “External Delta Sharing” option. - Check Permissions:
Ensure you have the required metastore permissions. - Create a Recipient:
Use SQL or the Databricks UI. Example:
CREATE RECIPIENT recipient_name COMMENT 'Optional description';
For more details: https://learn.microsoft.com/en-gb/azure/databricks/delta-sharing/create-recipient