Skip to content

Commit a6adb0b

Browse files
committed
last min updates [netlify-build]
1 parent 8630f9a commit a6adb0b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@ hidden: true
1010
1111
On this page, you'll learn how to connect your Databricks data warehouse to the Segment Data Graph.
1212

13-
> info ""
14-
> At this time, you can only use Databricks with Linked Audiences.
15-
1613
## Set up Databricks credentials
1714

1815
Sign into Databricks with admin permissions to create new resources and provide the Data Graph with the necessary permissions.
1916

2017
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.
2118

22-
### Step 1: Set up a Service Principal user and SQL Warehouse
19+
### Step 1: Set up a Service Principal user
2320

2421
Segment recommends that you set up a new Service Principal user. If you already have a Service Principal user you'd like to use, grant it "Can use" permissions for your data warehouse and proceed to [Step 2: Create a catalog for Segment to store checkpoint tables](#step-2-create-a-catalog-for-segment-to-store-checkpoint-tables).
2522

@@ -143,15 +140,9 @@ After identifying the following settings, continue setting up the Data Graph by
143140

144141
## Additional set up for warehouse permissions
145142

146-
#### Create a new warehouse
147-
1. Log into your workspace as an Admin in the Databricks UI.
148-
2. Navigate to SQL Warehouses and click **Create SQL Warehouse**.
149-
3. Enter a name for your warehouse, select a cluster size, and click **Create**.
150-
151143
### Update user access for Segment Reverse ETL catalog
152144
Run the following SQL if you run into an error on the Segment app indicating that the user doesn’t have sufficient privileges on an existing `_segment_reverse_etl` schema.
153145

154-
155146
If Segment Reverse ETL has ever run in the catalog you are configuring as the Segment connection catalog, a Segment-managed schema is already created and you need to provide the new Segment user access to the existing schema. Update the Databricks table permissions by running the following SQL:
156147

157148
```sql

0 commit comments

Comments
 (0)