Databricks Unity Catalog
Use Databricks’ access request destinations to configure the access request links with data in Databricks and provide data consumers with a button to request access. You may also opt to add the access request links to data object descriptions.
Requirements
Databricks user with at least one of the following privileges on all the data objects you want to add access request links to:
The object owner
MANAGEprivilege on the objectMetastore admin
Set up access request links
In Databricks, grant your data consumers the
BROWSEprivilege for any data you want them to be able to request access for.You must grant
BROWSEon the catalog to allow users to request access to any data in the catalog:GRANT BROWSE ON CATALOG {catalog name} TO account users;
Follow the Databricks documentation to Configure access request destinations for every data object you want data consumers to be able to request access for. Insert the access request link for each asset in the Redirect URL field.
After completing the initial setup, add configuring the access request links to your data engineering pipelines.
Last updated
Was this helpful?

