You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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`.|
206
206
207
207
**Example:**
208
208
@@ -230,7 +230,7 @@ Now define your relationships between your entities. The Data Graph supports thr
230
230
231
231
All relationship types require you to define the relationship slug, name, and related entity. Each type of relationship has unique join on conditions.
232
232
233
-
#### Define profile:entity relationship
233
+
#### Define profile-to-entity relationship
234
234
This is the first level of relationships and a unique type of relationship between Segment profile entity and a related entity.
235
235
236
236
| Parameters | Definition |
@@ -404,8 +404,8 @@ A data consumer refers to a Segment feature (e.g. Linked Events, Linked Audience
404
404
### Understand changes that may cause breaking and potential breaking changes
405
405
406
406
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.
0 commit comments