Skip to content

Commit

Permalink
remove callout
Browse files Browse the repository at this point in the history
multi hop joins are supported now for the SL and MF so this pr removes callout that states multi hop joins aren't supported
  • Loading branch information
mirnawong1 authored Dec 14, 2023
1 parent f467931 commit e2e5630
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions website/docs/docs/build/join-logic.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ mf query --metrics average_purchase_price --dimensions metric_time,user_id__type

## Multi-hop joins

:::info
This feature is currently in development and not currently available.
:::

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 Expand Up @@ -134,9 +130,6 @@ semantic_models:

### Query multi-hop joins

:::info
This feature is currently in development and not currently available.
:::

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`.

Expand Down

0 comments on commit e2e5630

Please sign in to comment.