Skip to content

Commit

Permalink
update join page with multi-hop limitation (#4674)
Browse files Browse the repository at this point in the history
## What are you changing in this pull request and why?
Add Multi-hop limitation of 2 hops to join logic page
  • Loading branch information
Jstein77 authored Dec 19, 2023
2 parents 1b3f543 + 7eaa763 commit c9e88fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/docs/docs/build/join-logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ mf query --metrics average_purchase_price --dimensions metric_time,user_id__type

## Multi-hop joins

:::info
MetricFlow can join three tables at most, supporting multi-hop joins with a limit of two hops.
:::

MetricFlow allows users to join measures and dimensions across a graph of entities, which we refer to as a 'multi-hop join.' This is because users can move from one table to another like a 'hop' within a graph.

Here's an example schema for reference:
Expand Down

0 comments on commit c9e88fa

Please sign in to comment.