Configure Data Sharing with Databricks using APIs
Learn how to create and configure a Data Share adapter for Databricks using REST APIs.
Prerequisites:
- Valid tenant ID and environment
- Authentication token with the
ROLE_DATA_PIPELINE_ADMINrole - Valid Databricks delta sharing identifier
- An active subscription for Data Sharing with Databricks
When configuring Data Sharing with Databricks, you must refer to Best practices for setting up Reltio Data Sharing with Databricks.
Use the Reltio REST APIs to configure a Databricks Delta Share.
Your data share adapter is now set up and ready for Databricks users to access the shared 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>`;