You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unify/data-graph/setup-guides/databricks-setup.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ Segment requires the following settings to connect to your Databricks warehouse.
136
136
-**Service principal client ID**: The client ID used to access to your Databricks warehouse
137
137
-**OAuth secret**: The OAuth secret used to connect to your Databricks warehouse
138
138
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).
140
140
141
141
## Additional set up for warehouse permissions
142
142
@@ -147,4 +147,4 @@ If Segment Reverse ETL has ever run in the catalog you are configuring as the Se
147
147
148
148
```sql
149
149
GRANT ALL PRIVILEGES ON SCHEMA ${segment_internal_catalog}.__segment_reverse_etl TO `${client_id}`;
0 commit comments