Declare joins in dbt model properties
Joins let you to connect different models to each other so that you can explore more than one model at the same time in Lightdash and see how different parts of your data relate to each other. You add joins to your YAML files under themeta
tag at the model level:

Next steps
- Read more about customising joins in the joins reference