Skip to content

Commit 2d76bae

Browse files
committedOct 17, 2023
Updates
1 parent c09738f commit 2d76bae

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed
 

‎src/_data/sidenav/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,6 @@ sections:
235235
title: Data Lakes Sync History and Health
236236
- path: /connections/storage/data-lakes/comparison
237237
title: Data Lakes vs. Warehouses
238-
- section_title: Databricks Delta Lake Destination
239-
slug: connections/storage/databricks-delta-lake-destination
240-
section:
241-
- path: /connections/storage/databricks-delta-lake/databricks-delta-lake-aws
242-
title: Databricks Delta Lake Destination (AWS)
243-
- path: /connections/storage/databricks-delta-lake/databricks-delta-lake-azure
244-
title: Databricks Delta Lake Destination (Azure)
245238
- section_title: Data Warehouses
246239
slug: connections/storage/warehouses
247240
section:

‎src/connections/storage/databricks-delta-lake/databricks-delta-lake-aws.md renamed to ‎src/connections/storage/catalog/databricks-delta-lake/databricks-delta-lake-aws.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
title: Databricks Delta Lake Destination (AWS Setup)
33
beta: true
4+
hidden: true
45
---
56

7+
{% comment %}
8+
69
With the Databricks Delta Lake Destination, you can ingest event data from Segment into the bronze layer of your Databricks Delta Lake.
710

811
This page will help you use the Databricks Delta Lake Destination to sync Segment events into your Databricks Delta Lake built on S3.
@@ -167,4 +170,4 @@ This step links a Segment events source to your Databricks workspace/catalog.
167170
4. Enter connection settings for the destination.
168171
169172
170-
173+
{% endcomment %}

‎src/connections/storage/databricks-delta-lake/databricks-delta-lake-azure.md renamed to ‎src/connections/storage/catalog/databricks-delta-lake/databricks-delta-lake-azure.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
---
22
title: Databricks Delta Lake Destination (Azure Setup)
33
beta: true
4+
hidden: true
45
---
56

7+
{% comment %}
8+
69
With the Databricks Delta Lake Destination, you can ingest event data from Segment into the bronze layer of your Databricks Delta Lake.
710

811
This page will help you use the Databricks Delta Lake Destination to sync Segment events into your Databricks Delta Lake built on Azure (ADLS Gen 2).
@@ -130,4 +133,6 @@ This step links a Segment source to your Databricks workspace/catalog.
130133
2. Search for and select the "Databricks Delta Lake" destination.
131134
2. Click **Add Destination**, select a source, then click **Next**.
132135
3. Enter the name for your destination, then click **Create destination**.
133-
4. Enter the connection settings using the values noted above (leave the Service Principal fields blank).
136+
4. Enter the connection settings using the values noted above (leave the Service Principal fields blank).
137+
138+
{% endcomment %}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Databricks Delta Lake
3+
beta: true
4+
---
5+
6+
Setup docs coming soon!

0 commit comments

Comments
 (0)
Please sign in to comment.