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
|`relationship`| An immutable slug for the relationship, and will be treated as a delete if you make changes. The slug must be inall lowercase, and supports dashes or underscores (e.g.`user-account`or`user_account`) |
245
+
|`relationship`| An immutable slug for the relationship, and will be treated as a delete if you make changes. The slug must be inall lowercase, and supports dashes or underscores (like`user-account`or`user_account`) |
246
246
|`name`| A label displayed throughout your Segment space for Linked Events, Linked Audiences, etc. This name can be modified at any time |
247
247
|`related_entity`| References your already defined entity |
248
248
@@ -282,7 +282,7 @@ data_graph {
282
282
name = "Premium Accounts"
283
283
related_entity = "account-entity"
284
284
285
-
# Option 1: Join the profile entity with an identifier (e.g. email) on the related entity table
285
+
# Option 1: Join the profile entity with an identifier (like email) on the related entity table
286
286
external_id {
287
287
type = "email"
288
288
join_key = "EMAIL_ID"
@@ -303,7 +303,7 @@ For 1:many relationships, define the join on between the two entity tables using
|`relationship`| An immutable slug for the relationship, and will be treated as a delete if you make changes. The slug must be inall lowercase, and supports dashes or underscores (e.g.`user-account`or`user_account`) |
306
+
|`relationship`| An immutable slug for the relationship, and will be treated as a delete if you make changes. The slug must be inall lowercase, and supports dashes or underscores (like`user-account`or`user_account`) |
307
307
|`name`| A label displayed throughout your Segment space for Linked Events, Linked Audiences, and so on. This name can be modified at any time |
308
308
|`related_entity`| References your already defined entity |
309
309
|`join_on`| Defines relationship between the two entity tables `[lefty entity slug].[column name] = [right entity slug].[column name]`. Note that since you’re referencing the entity slug for the join on, you do not need to define the full table reference |
@@ -348,7 +348,7 @@ For many:many relationships, define the join on between the two entity tables wi
|`relationship`| An immutable slug for the relationship, and will be treated as a delete if you make changes. The slug must be inall lowercase, and supports dashes or underscores (e.g.`user-account`or`user_account`) |
351
+
|`relationship`| An immutable slug for the relationship, and will be treated as a delete if you make changes. The slug must be inall lowercase, and supports dashes or underscores (like`user-account`or`user_account`) |
352
352
|`name`| A label displayed throughout your Segment space for Linked Events, Linked Audiences, and so on. This name can be modified at any time |
353
353
|`related_entity`| References your already defined entity |
0 commit comments