Skip to content

Commit 2732148

Browse files
committed
Add required permission for Databricks scan
1 parent 4bf4554 commit 2732148

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/purview/register-scan-azure-databricks.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: jingwang
66
ms.service: purview
77
ms.subservice: purview-data-map
88
ms.topic: how-to
9-
ms.date: 01/09/2023
9+
ms.date: 01/30/2023
1010
ms.custom: template-how-to
1111
---
1212

@@ -59,6 +59,10 @@ This connector brings metadata from Databricks metastore. Comparing to scan via
5959

6060
* [Generate a personal access token](/azure/databricks/dev-tools/auth#--azure-databricks-personal-access-tokens), and store it as a secret in Azure Key Vault.
6161
* [Create a cluster](/azure/databricks/clusters/create-cluster). Note down the cluster ID - you can find it in Azure Databricks workspace -> Compute -> your cluster -> Tags -> Automatically added tags -> `ClusterId`.
62+
* Make sure the user has the following [permissions](/azure/databricks/security/access-control/cluster-acl) so as to connect to the Azure Databricks cluster:
63+
64+
* **Can Attach To** permission to connect to the running cluster.
65+
* **Can Restart** permission to automatically trigger the cluster to start if its state is terminated when connecting.
6266

6367
## Register
6468

0 commit comments

Comments
 (0)