Skip to content

Commit 022f5be

Browse files
authored
Update databricks-setup.md
1 parent f7bfc5e commit 022f5be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/unify/data-graph/setup-guides/databricks-setup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Segment requires the following settings to connect to your Databricks warehouse.
136136
- **Service principal client ID**: The client ID used to access to your Databricks warehouse
137137
- **OAuth secret**: The OAuth secret used to connect to your Databricks warehouse
138138

139-
After identifying the following settings, continue setting up the Data Graph by following the instructions in [Connect your warehouse to the Data Graph](/docs/unify/linked-profiles/data-graph/#step-2-connect-your-warehouse-to-the-data-graph).
139+
After identifying the following settings, continue setting up the Data Graph by following the instructions in [Connect your warehouse to the Data Graph](/docs/unify/data-graph/data-graph/#step-2-connect-your-warehouse-to-the-data-graph).
140140

141141
## Additional set up for warehouse permissions
142142

@@ -147,4 +147,4 @@ If Segment Reverse ETL has ever run in the catalog you are configuring as the Se
147147

148148
```sql
149149
GRANT ALL PRIVILEGES ON SCHEMA ${segment_internal_catalog}.__segment_reverse_etl TO `${client_id}`;
150-
```
150+
```

0 commit comments

Comments
 (0)