Databricks Unity Catalog

Use Databricks’ access request destinationsarrow-up-right 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

  1. In Databricks, grant your data consumers the BROWSE privilege for any data you want them to be able to request access for.

    1. You must grant BROWSE on the catalog to allow users to request access to any data in the catalog: GRANT BROWSE ON CATALOG {catalog name} TO account users;

  2. Follow the Databricks documentation to Configure access request destinationsarrow-up-right 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.

circle-info

After completing the initial setup, add configuring the access request links to your data engineering pipelines.

Last updated

Was this helpful?