Welcome to Our dbt Docs Hub
This site contains auto-generated documentation for multiple dbt projects. When you pick a project, you'll be taken to its dedicated docs page, where you'll find:
-
Project vs. Database Views
Project Tab: Mirrors the directory structure of the dbt project, showing all defined models and any that are imported from dbt packages.
Database Tab: Displays models in a database-style format, grouping them by schemas. (Note: You won't see ephemeral models here.)
-
Model Lineage Graph
Visualize model connections by clicking the blue graph icon. Expand to see full upstream/downstream relationships and use dbt's --select/--exclude syntax.
-
Tips for Exploration
Right-click models in the graph to interactively filter and explore relationships, helping you understand data pipeline dependencies.