Skip to content

Commit c159630

Browse files
authored
Update data-graph.md
1 parent 560b13c commit c159630

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Next, define the profile. This is a special class of entity that represents Segm
202202
| Parameters | Definition |
203203
| ----------- | --------------------------------------------------------------------- |
204204
| `profile_folder` | Define the fully qualified path of the folder or schema location for the profile tables. |
205-
| `type` | Identify the materialization method of the profile tables defined in your Profiles Sync configuration: `segment:unmaterialized` or `segment:materialized`.|
205+
| `type` | Identify the materialization method of the profile tables defined in your Profiles Sync configuration under [Selective Sync settings](/docs/unify/profiles-sync/profiles-sync-setup/#step-3-set-up-selective-sync): `segment:unmaterialized` or `segment:materialized`.|
206206

207207
**Example:**
208208

@@ -230,7 +230,7 @@ Now define your relationships between your entities. The Data Graph supports thr
230230

231231
All relationship types require you to define the relationship slug, name, and related entity. Each type of relationship has unique join on conditions.
232232

233-
#### Define profile:entity relationship
233+
#### Define profile-to-entity relationship
234234
This is the first level of relationships and a unique type of relationship between Segment profile entity and a related entity.
235235

236236
| Parameters | Definition |
@@ -404,8 +404,8 @@ A data consumer refers to a Segment feature (e.g. Linked Events, Linked Audience
404404
### Understand changes that may cause breaking and potential breaking changes
405405

406406
Upon saving changes to your Data Graph, a modal will pop up to warn of breaking and/or potential breaking changes to your data consumers. You must acknowledge and click **Confirm and save** in order to proceed.
407-
- **Definite breaking change**: Occurs when deleting an entity or relationship that is being referenced by a data consumer. Data consumers affected by breaking changes will fail on the next run. Note: The entity and relationship `slug` are immutable and treated as a delete if you make changes. You can modify the `label`.
408-
- **Potential breaking change**: Some changes such as updating the entity 'table_ref' or 'primary_key', 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.
407+
- **Definite breaking change**: Occurs when deleting an entity or relationship that is being referenced by a data consumer. Data consumers affected by breaking changes will fail on the next run. Note: The entity and relationship slug are immutable and treated as a delete if you make changes. You can modify the label.
408+
- **Potential breaking change**: Some changes such as updating the entity `table_ref` or `primary_key`, 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.
409409

410410
### Detect warehouse breaking changes
411411

0 commit comments

Comments
 (0)