Skip to content

Commit 2d6565e

Browse files
authored
Merge pull request #6284 from segmentio/Data_Graph_Changes-3_25_24
Data Graph Changes 3_25_24
2 parents 17cd48b + 42f0ae1 commit 2d6565e

File tree

6 files changed

+14
-22
lines changed

6 files changed

+14
-22
lines changed

src/_data/sidenav/main.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -321,21 +321,6 @@ sections:
321321
title: Sample Queries
322322
- path: /unify/profiles-sync/tables
323323
title: Tables & Materialized Views
324-
- section_title: Linked Profiles
325-
slug: unify/linked-profiles
326-
section:
327-
- section_title: Setup Guides
328-
slug: unify/linked-profiles/setup-guides
329-
section:
330-
- path: /unify/linked-profiles/setup-guides/bigquery-setup
331-
title: BigQuery Setup
332-
- path: /unify/linked-profiles/setup-guides/snowflake-setup
333-
title: Snowflake Setup
334-
- path: /unify/linked-profiles/setup-guides/redshift-setup
335-
title: Redshift Setup
336-
- path: /unify/linked-profiles/linked-events
337-
title: Linked Events
338-
339324
- section_title: Traits
340325
slug: unify/traits
341326
section:

src/unify/linked-profiles/data-graph.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ beta: true
55
hidden: true
66
---
77

8-
> info "Segment's Data Graph is in private beta"
9-
> The Data Graph is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
8+
> info "Segment's Data Graph is in public beta"
9+
> The Data Graph is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
1010
1111
With Linked Profiles, you can build a Data Graph that defines relationships between any entity data set in the warehouse and the Segment Profiles you send with Profiles Sync.
1212

@@ -18,6 +18,13 @@ Make this relational data accessible to marketers and business stakeholders to e
1818
> success ""
1919
> To help you get started with the Data Graph, [view this short setup demo](https://drive.google.com/file/d/1oZNvs0raYaxK6tds3OEF0Ri3NGVCoXys/view?pli=1){:target="_blank"}.
2020
21+
## Breaking changes
22+
23+
A breaking change occurs when deleting an entity or relationship that is being referenced by a data consumer. Note that an entity or relationship slug is immutable and treated as a delete if you make changes. Data consumers affected by breaking changes will fail on the next run.
24+
25+
### Potential breaking change
26+
27+
Editing the Data Graph may lead to errors with data consumers. If there’s a breaking change, the data consumer will fail on the next run. Unaffected data consumers will continue to work.
2128

2229
## Prerequisites
2330

@@ -347,11 +354,7 @@ To edit your Data Graph:
347354
1. Navigate to **Unify > Data Graph**.
348355
2. Select the **Builder** tab, and click **Edit Data Graph**.
349356

350-
Deleting entities and relationships are not yet supported.
351-
352-
> info ""
353-
> While you can edit entities and relationships in the Data Graph, this may lead to errors in downstream services referencing these entities and relationships. Segment recommends you recreate your existing Linked Audience and/or remove the entity from your existing Linked Events mappings.
354-
357+
A data consumer refers to a Segment feature referencing entities and relationships from the Data Graph.
355358

356359
## Next steps
357360

src/unify/linked-profiles/linked-events.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Linked Events
33
beta: true
44
plan: unify
5+
hidden: true
56
---
67

78
> info "Linked Events is in private beta"

src/unify/linked-profiles/setup-guides/BigQuery-setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: BigQuery Setup
33
beta: true
44
plan: unify
5+
hidden: true
56
---
67

78
> info "Linked Events is in private beta"

src/unify/linked-profiles/setup-guides/redshift-setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Redshift Setup
33
beta: true
44
plan: unify
5+
hidden: true
56
---
67

78
> info "Linked Events is in private beta"

src/unify/linked-profiles/setup-guides/snowflake-setup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Snowflake Setup
33
plan: unify
44
beta: true
5+
hidden: true
56
---
67

78
> info "Linked Profiles is in private beta"

0 commit comments

Comments
 (0)