Source
View and manage dbt project objects
This topic covers how to explore the structure and metadata of an existing dbt project object. This includes viewing the project’s DAG, inspecting model and source details, and executing dbt project objects.
Working with joins
A join combines rows from two tables to create a new combined row that can be used in the query. Introduction Joins are useful when the data in the tables is related.