Skip to content

Commit

Permalink
Merge pull request #6284 from segmentio/Data_Graph_Changes-3_25_24
Browse files Browse the repository at this point in the history
Data Graph Changes 3_25_24
  • Loading branch information
cmastr authored Mar 26, 2024
2 parents 17cd48b + 42f0ae1 commit 2d6565e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 22 deletions.
15 changes: 0 additions & 15 deletions src/_data/sidenav/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,21 +321,6 @@ sections:
title: Sample Queries
- path: /unify/profiles-sync/tables
title: Tables & Materialized Views
- section_title: Linked Profiles
slug: unify/linked-profiles
section:
- section_title: Setup Guides
slug: unify/linked-profiles/setup-guides
section:
- path: /unify/linked-profiles/setup-guides/bigquery-setup
title: BigQuery Setup
- path: /unify/linked-profiles/setup-guides/snowflake-setup
title: Snowflake Setup
- path: /unify/linked-profiles/setup-guides/redshift-setup
title: Redshift Setup
- path: /unify/linked-profiles/linked-events
title: Linked Events

- section_title: Traits
slug: unify/traits
section:
Expand Down
17 changes: 10 additions & 7 deletions src/unify/linked-profiles/data-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ beta: true
hidden: true
---

> info "Segment's Data Graph is in private beta"
> The Data Graph is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
> info "Segment's Data Graph is in public beta"
> The Data Graph is in public beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
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.

Expand All @@ -18,6 +18,13 @@ Make this relational data accessible to marketers and business stakeholders to e
> success ""
> 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"}.
## Breaking changes

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.

### Potential breaking change

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.

## Prerequisites

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

Deleting entities and relationships are not yet supported.

> info ""
> 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.

A data consumer refers to a Segment feature referencing entities and relationships from the Data Graph.

## Next steps

Expand Down
1 change: 1 addition & 0 deletions src/unify/linked-profiles/linked-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Linked Events
beta: true
plan: unify
hidden: true
---

> info "Linked Events is in private beta"
Expand Down
1 change: 1 addition & 0 deletions src/unify/linked-profiles/setup-guides/BigQuery-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: BigQuery Setup
beta: true
plan: unify
hidden: true
---

> info "Linked Events is in private beta"
Expand Down
1 change: 1 addition & 0 deletions src/unify/linked-profiles/setup-guides/redshift-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Redshift Setup
beta: true
plan: unify
hidden: true
---

> info "Linked Events is in private beta"
Expand Down
1 change: 1 addition & 0 deletions src/unify/linked-profiles/setup-guides/snowflake-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Snowflake Setup
plan: unify
beta: true
hidden: true
---

> info "Linked Profiles is in private beta"
Expand Down

0 comments on commit 2d6565e

Please sign in to comment.