Skip to main content

Source view parameters

NameDescription
join_from_viewDefines the source view from which the join originates.
join_from_view_asAliases the source view with a new name.
join_from_view_as_labelControls the display name of the source view in Omni when using the join.

Target view parameters

NameDescription
join_to_viewSpecifies the view to join to the source view.
join_to_view_asAliases the joined view with a new name.
join_to_view_as_labelControls the display name of the joined view in Omni when using the join.

Join configuration

NameDescription
join_typeSpecifies the type of SQL join to perform.
on_sqlSpecifies the SQL condition that determines how to perform the join.

Relationship properties

NameDescription
relationship_typeDefines the cardinality relationship between joined tables.
reversibleControls whether the join can function bi-directionally for topics.
where_sqlAdds a WHERE clause to the generated SQL when a join is established.

Special cases

NameDescription
idDo not use. Omni-generated identifier for duplicate joins.