Skip to content

Commit 9f3e044

Browse files
committed
Add warehouse size section
1 parent a5387e0 commit 9f3e044

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/connections/storage/catalog/databricks-delta-lake/databricks-profiles-sync.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The service principal needs the following setup:
3333

3434

3535

36-
#### Size and performance
36+
#### Warehouse size and performance
3737

3838
A SQL warehouse is required for compute. Segment recommends the following size:
3939
- **Size**: small
@@ -42,7 +42,7 @@ A SQL warehouse is required for compute. Segment recommends the following size:
4242

4343
- 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"}.
4444

45-
- If the SQL warehouse isn't running, Segment attempts to start the SQL warehouse to validate the connection when you hit the **Test Connection** button during setup. For a better experience, Segment recommends manually starting the warehouse in advance.
45+
- 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 when you hit the **Test Connection** button during setup.
4646

4747

4848
## Set up Databricks for Profiles Sync

src/connections/storage/catalog/databricks-delta-lake/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Before getting started with the Databricks Destination, note the following prere
1717
- The target Databricks workspace must be Unity Catalog enabled. Segment doesn't support the Hive metastore. Visit the Databricks guide [enabling the Unity Catalog](https://docs.databricks.com/en/data-governance/unity-catalog/enable-workspaces.html){:target="_blank"} for more information.
1818
- 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.
1919
- Segment supports only OAuth [(M2M)](https://docs.databricks.com/en/dev-tools/auth/oauth-m2m.html){:target="_blank"} for authentication.
20+
21+
#### Warehouse size
22+
2023
- A SQL warehouse is required for compute. Segment recommends the following size:
2124
- **Size**: small
2225
- **Type** Serverless otherwise Pro

0 commit comments

Comments
 (0)