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
> When used in junctions tables, `left join`is the column on the junction table to link with the parent (left) entity and`right join`is the column on the junction table to join with the child (right) entity. These values don’t actually manipulate the type of join - they are currently always `INNERJOINS`.
|`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 |
360
364
|`primary_key`| The unique identifier for the given table. Must be a column with unique values per row |
361
365
|`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 |
0 commit comments