Skip to content

Commit 6e78556

Browse files
Update references/joins.mdx (#295)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent c75a93b commit 6e78556

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

references/joins.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,8 @@ models:
401401
sql: IF(${subscriptions.plan} = 'premium', ${user_id}, NULL)
402402
```
403403

404+
If you get the following error: `Model "TABLE" has a metric reference: ${TABLE.DIMENSION} which matches no metric` - you likely have a mismatch in metric category. Read more about metric categories [here](/references/metrics#metric-categories).
405+
404406
<Warning>
405407
**Every joined field that you reference in a YAML file adds a dependency that you'll have to include in all future references to that model.**
406408

0 commit comments

Comments
 (0)