Welcome to the auto-generated documentation for your dbt project!
You can use the Project
and Database
navigation tabs on the left side of the window to explore the models
in your project.
The Project
tab mirrors the directory structure of your dbt project. In this tab, you can see all of the
models defined in your dbt project, as well as models imported from dbt packages.
The Database
tab also exposes your models, but in a format that looks more like a database explorer. This view
shows relations (tables and views) grouped into database schemas. Note that ephemeral models are not shown
in this interface, as they do not exist in the database.
You can click the blue icon on the bottom-right corner of the page to view the lineage graph of your models.
On model pages, you'll see the immediate parents and children of the model you're exploring. By clicking the Expand
button at the top-right of this lineage pane, you'll be able to see all of the models that are used to build,
or are built from, the model you're exploring.
Once expanded, you'll be able to use the --models
and --exclude
model selection syntax to filter the
models in the graph. For more information on model selection, check out the dbt docs.
Note that you can also right-click on models to interactively filter and explore the graph.
...Table capturing the phone numbers associated with a contact....
...Table of the data sent to an opportunity for a position they have been offe...
...Table relating offers to their associated requisitions....
...Table capturing the different stages that each opportunity has passed throu...
...Table aggregating tags associated with each posting....
...Table relating opportunities with their contact info (from `int_lever__cont...
...Table relating opportunities to their tags....
...Table of Lever users (anyone who has been invited to join the recruiting ef...
...Table of reasons for archiving candidates, exiting them from the hiring pip...
...Table relating requisitions to its stakeholders....
...Table capturing job postings that candidates can apply to....
...Table capturing feedback forms that have been completed after interviewing ...
...Table associating job postings with all associated tags....