Configure Data Sharing with Databricks using Console UI
Learn how to configure Data Sharing with Databricks in the Reltio Console UI.
Prerequisites:
- Reltio user with the role
ROLE_DATA_PIPELINE_ADMIN - Valid Databricks delta sharing identifier
- An active subscription for Data Sharing with Databricks
Use the following steps in the Reltio Console to configure a Databricks Delta Share and define the target location for data delivery.
Your data share is now configured, and the recipient can access the Delta Lake tables through their Databricks Unity Catalog under Delta Sharing.
GRANT USE SHARE ON METASTORE TO `<user-email-address>`;
GRANT USE PROVIDER ON METASTORE TO `<user-email-address>`;
GRANT USE RECIPIENT ON METASTORE TO `<user-email-address>`;
GRANT CREATE CATALOG ON METASTORE TO `<user-email-address>`;