Skip to content

Commit 770640f

Browse files
committed
mini qa pass [netlify-build]
1 parent 6b99d3a commit 770640f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ hidden: true
88
> info "Linked Events is in private beta"
99
> Linked Events is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
1010
11-
On this page, you'll learn how to connect your Databricks data warehouse to Segment.
11+
On this page, you'll learn how to connect your Databricks data warehouse to your Segment Data Graph.
1212

1313
> info ""
1414
> At this time, you can only use Databricks with Linked Audiences.
1515
1616
## Set up Databricks credentials
1717

18-
Sign into Databricks with admin permissions to provide Segment's Data Graph with the necessary permissions.
18+
Sign into Databricks with admin permissions to create new resources and provide 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

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

121121
### Step 5: Validate the permissions of your Service Principal user
122122

123-
Sign into the Databricks CLI with your Client ID secret and run the following SQL to verify the Service Principal user has the correct permissions for a given table.
123+
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.
124124

125125
> success ""
126126
> If this command succeeds, you can view the table.
@@ -154,5 +154,4 @@ If Segment Reverse ETL has ever run in the catalog you are configuring as the Se
154154

155155
```sql
156156
GRANT ALL PRIVILEGES ON SCHEMA ${segment_internal_catalog}.__segment_reverse_etl TO `${client_id}`;
157-
```
158-
157+
```

0 commit comments

Comments
 (0)