Skip to content

Commit 517c193

Browse files
Apply suggestions from code review
Co-authored-by: forstisabella <[email protected]>
1 parent 1c316da commit 517c193

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/connections/storage/catalog/databricks/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ Before getting started with the Databricks Destination, note the following prere
2121
- 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.
2222
- Segment supports only [OAuth (M2M)](https://docs.databricks.com/en/dev-tools/auth/oauth-m2m.html){:target="_blank"} for authentication.
2323

24-
#### Warehouse size
24+
### Warehouse size
2525

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:
2727
- **Size**: small
2828
- **Type** Serverless otherwise Pro
2929
- **Clusters**: Minimum of 2 - Maximum of 6
3030

3131
> 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.
3333
3434
## Set up Databricks in Segment
3535

@@ -43,7 +43,7 @@ Use the following steps to set up Databricks in Segment:
4343

4444
## Connect your Databricks warehouse
4545

46-
Use the five steps below to connect your Databricks warehouse.
46+
Use the five steps below to connect to your Databricks warehouse.
4747

4848
> warning ""
4949
> 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
6464
This catalog is the target catalog where Segment lands your schemas and tables.
6565
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.
6666
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**.
6868
2. Select the Segment service principal from the dropdown, and check `ALL PRIVILEGES`.
6969
3. Click **Grant**.
7070

src/unify/profiles-sync/profiles-sync-setup/databricks-profiles-sync.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Before getting started with Databricks Profiles Sync, note the following prerequ
1414
- Segment creates [managed tables](https://docs.databricks.com/en/data-governance/unity-catalog/create-tables.html#managed-tables){:target="_blank"} in the Unity catalog.
1515
- Segment supports only [OAuth (M2M)](https://docs.databricks.com/en/dev-tools/auth/oauth-m2m.html){:target="_blank"} for authentication.
1616

17-
#### Warehouse size and performance
17+
### Warehouse size and performance
1818

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:
2020
- **Size**: small
2121
- **Type** Serverless otherwise Pro
2222
- **Clusters**: Minimum of 2 - Maximum of 6
@@ -26,7 +26,7 @@ A SQL warehouse is required for compute. Segment recommends the following size:
2626
> 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"}.
2727
2828
> 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.
3030
3131

3232
## Set up Databricks for Profiles Sync
@@ -39,7 +39,7 @@ A SQL warehouse is required for compute. Segment recommends the following size:
3939

4040
## Connect your Databricks warehouse
4141

42-
Use the five steps below to connect your Databricks warehouse.
42+
Use the five steps below to connect to your Databricks warehouse.
4343

4444
> warning ""
4545
> To configure your warehouse, you'll need read and write permissions.

0 commit comments

Comments
 (0)