Skip to content

Commit 307d9bf

Browse files
authored
Merge pull request #5549 from segmentio/databricks-updates
Databricks updates
2 parents e3a97fd + b27ac25 commit 307d9bf

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

src/_data/catalog/warehouse.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@ items:
4747
url: 'https://cdn.filepicker.io/api/file/Vk6iFlMvQeynbg30ZEtt'
4848
categories:
4949
- Warehouses
50+
- display_name: Databricks Delta Lake
51+
slug: databricks-delta-lake
52+
name: catalog/warehouses/databricks-delta-lake
53+
description: ''
54+
url: connections/storage/catalog/databricks-delta-lake
55+
status: PRIVATE_BETA
56+
logo:
57+
url: 'https://images.ctfassets.net/h6ufgtwb6nv1/4vYEAgYz6nGLC9F64Jxeb6/fcf3ecdae5386f806ae72eb39ce07094/db.svg?w=256&q=75'
58+
mark:
59+
url: ''
60+
categories:
61+
- Warehouses
5062
- display_name: Google Cloud Storage
5163
slug: google-cloud-storage
5264
name: catalog/warehouses/google-cloud-storage

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Databricks Delta Lake Destination (AWS Setup)
3-
beta: true
43
hidden: true
54
---
65

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Databricks Delta Lake Destination (Azure Setup)
3-
beta: true
43
hidden: true
54
---
65

@@ -10,7 +9,7 @@ With the Databricks Delta Lake Destination, you can ingest event data from Segme
109

1110
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).
1211

13-
12+
1413
> info "Databricks Delta Lake Destination in Public Beta"
1514
> The Databricks Delta Lake Destination is in public beta, and Segment is actively working on this integration. [Contact Segment](https://segment.com/help/contact/){:target="_blank"} with any feedback or questions.
1615
@@ -70,7 +69,7 @@ Segment uses the service principal to access your Databricks workspace APIs as w
7069
```
7170
az ad sp create --id fffa5b05-1da5-4599-8360-cc2684bcdefb
7271
```
73-
72+
7473
### Step 3: Update or create an ADLS Gen2 storage container
7574
7675
The ADLS Gen2 storage container is where Segment lands your Delta Lake files.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Databricks Delta Lake
3-
beta: true
3+
redirect_from:
4+
- '/connections/warehouses/catalog/databricks-delta-lake/'
45
---
56

67
Setup docs coming soon!

src/connections/storage/catalog/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ layout: catalog
2828
<p class="thumbnail-integration__label">Beta</p>
2929
{% endif %}
3030
</div>
31+
<div>
32+
{% if warehouse.status == 'PRIVATE_BETA' %}
33+
<p class="thumbnail-integration__label">Private Beta</p>
34+
{% endif %}
35+
</div>
3136
</a>
3237
</div>
3338
{% endif %}

0 commit comments

Comments
 (0)