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
|`table_ref`| Defines the fully qualified table reference to the join table: `[database name].[schema name].[table name]`. Segment flexibly supports tables, views and materialized views|
375
-
|`primary_key`| The unique identifier for the given table. Must be a column with unique values per row |
376
-
|`left_join_on`|Define the relationship between the left entity table and the junction table: `[left entity slug].[column name] = [junction table column name]`. Note that schema and table are implied within the junction table column name, so you do not need to define it again |
377
-
|`right_join_on`| Define the relationship between the junction table and the right entity table: `[junction table column name] = [right entity slug].[column name]`. Note that schema and table are implied within the junction table column name, so you do not need to define it again |
374
+
|`table_ref`| Defines the fully qualified table reference to the join table: `[database name].[schema name].[table name]`. Segment flexibly supports tables, views and materialized views.|
375
+
|`primary_key`| The unique identifier for the given table. Must be a column with unique values per row.|
376
+
|`left_join_on`|Defines the relationship between the left entity table and the junction table: `[left entity slug].[column name] = [junction table column name]`. Note that schema and table are implied within the junction table column name, so you do not need to define it again.|
377
+
|`right_join_on`| Define the relationship between the junction table and the right entity table: `[junction table column name] = [right entity slug].[column name]`. Note that schema and table are implied within the junction table column name, so you do not need to define it again.|
378
378
379
379
When you define a many-to-many relationship using a junction table, `left_join_on`and`right_join_on` tell Data Graph how to connect each entity to the junction table:
0 commit comments