SP_6721
Honored Contributor II

Hi @mandarsu ,

To enable external Delta Sharing in Databricks:

  1. Enable External Sharing:
    Go to the Databricks Account Console, open your Unity Catalog metastore settings, and enable the “External Delta Sharing” option.
  2. Check Permissions:
    Ensure you have the required metastore permissions.
  3. 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