👋 Welcome to the new Omni docs! We're still migrating, but the old docs are available at docs-legacy.omni.co.
Maps joins when the query view is based on SQL and the joins are non-default joins.
query: join_via_map: <view_name>: [] <view_name>: [<view_name_to_map_to>]
Hide query properties
query: fields: users.id: id order_items.sale_price_sum: sales base_view: order_items join_via_map: orders: [] order_items: [ orders ]
Was this page helpful?