Skip to content

Commit c9e88fa

Browse files
authored
update join page with multi-hop limitation (#4674)
## What are you changing in this pull request and why? Add Multi-hop limitation of 2 hops to join logic page
2 parents 1b3f543 + 7eaa763 commit c9e88fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

website/docs/docs/build/join-logic.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ mf query --metrics average_purchase_price --dimensions metric_time,user_id__type
8484

8585
## Multi-hop joins
8686

87+
:::info
88+
MetricFlow can join three tables at most, supporting multi-hop joins with a limit of two hops.
89+
:::
90+
8791
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.
8892

8993
Here's an example schema for reference:

0 commit comments

Comments
 (0)