Skip to content

Commit 9d41e18

Browse files
authored
Fix Service Principal reference (#2694)
Typo in path fixed
1 parent e33084b commit 9d41e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/unity-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Databricks Unity Catalog brings fine-grained governance and security to Lakehous
88

99
This guide uses the following variables in configurations:
1010

11-
- `databricks_client_id`: The `client_id` is the `application_id` of a [Service Principal](resources/service_principal.md) that has account-level admin permission on [https://accounts.cloud.databricks.com](https://accounts.cloud.databricks.com).
11+
- `databricks_client_id`: The `client_id` is the `application_id` of a [Service Principal](../resources/service_principal.md) that has account-level admin permission on [https://accounts.cloud.databricks.com](https://accounts.cloud.databricks.com).
1212
- `databricks_client_secret`: The secret of the above service principal.
1313
- `databricks_account_id`: The numeric ID for your Databricks account. When you are logged in, it appears in the bottom left corner of the [Databricks Account Console](https://accounts.cloud.databricks.com/) or [Azure Databricks Account Console](https://accounts.azuredatabricks.net).
1414
- `databricks_workspace_url`: Value of `workspace_url` attribute from [databricks_mws_workspaces](../resources/mws_workspaces.md#attribute-reference) resource.

0 commit comments

Comments
 (0)