Skip to content

Commit a77a5a1

Browse files
authored
remove callout (#4647)
multi hop joins are supported now for the SL and MF so this pr removes callout that states multi hop joins aren't supported
2 parents f467931 + e2e5630 commit a77a5a1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

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

8585
## Multi-hop joins
8686

87-
:::info
88-
This feature is currently in development and not currently available.
89-
:::
90-
9187
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.
9288

9389
Here's an example schema for reference:
@@ -134,9 +130,6 @@ semantic_models:
134130

135131
### Query multi-hop joins
136132

137-
:::info
138-
This feature is currently in development and not currently available.
139-
:::
140133

141134
To query dimensions _without_ a multi-hop join involved, you can use the fully qualified dimension name with the syntax entity double underscore (dunder) dimension, like `entity__dimension`.
142135

0 commit comments

Comments
 (0)