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/connections/storage/catalog/databricks/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,15 @@ Before getting started with the Databricks Destination, note the following prere
21
21
- Segment creates [managed tables](https://docs.databricks.com/en/data-governance/unity-catalog/create-tables.html#managed-tables){:target="_blank"} in the Unity catalog. The service account needs access to create schemas on the catalog and can delete, drop, or vacuum tables.
22
22
- Segment supports only [OAuth (M2M)](https://docs.databricks.com/en/dev-tools/auth/oauth-m2m.html){:target="_blank"} for authentication.
23
23
24
-
####Warehouse size
24
+
### Warehouse size
25
25
26
-
A SQL warehouse is required for compute. Segment recommends the following size:
26
+
A SQL warehouse is required for compute. Segment recommends a warehouse with the following characteristics:
27
27
-**Size**: small
28
28
-**Type** Serverless otherwise Pro
29
29
-**Clusters**: Minimum of 2 - Maximum of 6
30
30
31
31
> success ""
32
-
> Segment recommends manually starting your SQL warehouse in advance. If the SQL warehouse isn't running, Segment attempts to start the SQL warehouse to validate the connection and may experience a timeout when you hit the **Test Connection** button during setup.
32
+
> Segment recommends manually starting your SQL warehouse before setting up your Databricks destination. If the SQL warehouse isn't running, Segment attempts to start the SQL warehouse to validate the connection and may experience a timeout when you hit the **Test Connection** button during setup.
33
33
34
34
## Set up Databricks in Segment
35
35
@@ -43,7 +43,7 @@ Use the following steps to set up Databricks in Segment:
43
43
44
44
## Connect your Databricks warehouse
45
45
46
-
Use the five steps below to connect your Databricks warehouse.
46
+
Use the five steps below to connect to your Databricks warehouse.
47
47
48
48
> warning ""
49
49
> You'll need read and write warehouse permissions for Segment to write to your database.
@@ -64,7 +64,7 @@ Check your browser's address bar when inside the workspace. The workspace URL sh
64
64
This catalog is the target catalog where Segment lands your schemas and tables.
65
65
1. Follow the [Databricks guide for creating a catalog](https://docs.databricks.com/en/data-governance/unity-catalog/create-catalogs.html#create-a-catalog){:target="_blank"}. Be sure to select the storage location created earlier. You can use any valid catalog name (for example, "Segment"). Note this name for later use.
66
66
2. Select the catalog you've just created.
67
-
1. Select the Permissions tab, then click **Grant**
67
+
1. Select the Permissions tab, then click **Grant**.
68
68
2. Select the Segment service principal from the dropdown, and check `ALL PRIVILEGES`.
Copy file name to clipboardExpand all lines: src/unify/profiles-sync/profiles-sync-setup/databricks-profiles-sync.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Before getting started with Databricks Profiles Sync, note the following prerequ
14
14
- Segment creates [managed tables](https://docs.databricks.com/en/data-governance/unity-catalog/create-tables.html#managed-tables){:target="_blank"} in the Unity catalog.
15
15
- Segment supports only [OAuth (M2M)](https://docs.databricks.com/en/dev-tools/auth/oauth-m2m.html){:target="_blank"} for authentication.
16
16
17
-
####Warehouse size and performance
17
+
### Warehouse size and performance
18
18
19
-
A SQL warehouse is required for compute. Segment recommends the following size:
19
+
A SQL warehouse is required for compute. Segment recommends a warehouse with the the following characteristics:
20
20
-**Size**: small
21
21
-**Type** Serverless otherwise Pro
22
22
-**Clusters**: Minimum of 2 - Maximum of 6
@@ -26,7 +26,7 @@ A SQL warehouse is required for compute. Segment recommends the following size:
26
26
> To improve the query performance of the Delta Lake, Segment recommends creating compact jobs per table using OPTIMIZE following [Databricks recommendations](https://docs.databricks.com/en/delta/optimize.html#){:target="_blank"}.
27
27
28
28
> info ""
29
-
> Segment recommends manually starting your SQL warehouse in advance. If the SQL warehouse isn't running, Segment attempts to start the SQL warehouse to validate the connection and may experience a timeout when you hit the **Test Connection** button during setup.
29
+
> Segment recommends manually starting your SQL warehouse before setting up your Databricks destination. If the SQL warehouse isn't running, Segment attempts to start the SQL warehouse to validate the connection and may experience a timeout when you hit the **Test Connection** button during setup.
30
30
31
31
32
32
## Set up Databricks for Profiles Sync
@@ -39,7 +39,7 @@ A SQL warehouse is required for compute. Segment recommends the following size:
39
39
40
40
## Connect your Databricks warehouse
41
41
42
-
Use the five steps below to connect your Databricks warehouse.
42
+
Use the five steps below to connect to your Databricks warehouse.
43
43
44
44
> warning ""
45
45
> To configure your warehouse, you'll need read and write permissions.
0 commit comments