Skip to content

Commit e0a31d6

Browse files
Apply suggestions from code review
1 parent 0d15c47 commit e0a31d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unify/linked-profiles/setup-guides/databricks-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ On this page, you'll learn how to connect your Databricks data warehouse to the
1515
1616
## Set up Databricks credentials
1717

18-
Sign into Databricks with admin permissions to create new resources and provide the Data Graph with the necessary permissions.
18+
Sign in to Databricks with admin permissions to create new resources and provide the Data Graph with the necessary permissions.
1919

2020
Segment assumes that you already have a workspace that includes the datasets you'd like to use for the Data Graph. Segment recommends setting up a new Service Principal user with only the permissions to access the required catalogs and schemas.
2121

@@ -117,7 +117,7 @@ GRANT SELECT ON TABLE `${table_2}` TO `${client_id}`;
117117

118118
### Step 5: Validate the permissions of your Service Principal user
119119

120-
Sign into the [Databricks CLI with your Client ID secret](https://docs.databricks.com/en/dev-tools/cli/authentication.html#oauth-machine-to-machine-m2m-authentication){:target="_blank”} and run the following SQL to verify the Service Principal user has the correct permissions for a given table.
120+
Sign in to the [Databricks CLI with your Client ID secret](https://docs.databricks.com/en/dev-tools/cli/authentication.html#oauth-machine-to-machine-m2m-authentication){:target="_blank”} and run the following SQL to verify the Service Principal user has the correct permissions for a given table.
121121

122122
> success ""
123123
> If this command succeeds, you can view the table.

0 commit comments

Comments
 (0)