Project
Your dbt™ project as a file tree, mirroring the folder structure of your repository (models, sources, seeds, and so on). Use this when you think in terms of where a model lives in your project.Database
Your warehouse objects in their natural hierarchy: database → schema → table / view. Use this when you think in terms of where data physically lands in the warehouse.Assets
A flat list of every asset grouped by type (Models, Sources, Tests, and so on), each with a count. Use this to see everything of one kind in one place.Integrations
The assets contributed by each connected tool, grouped by integration (Looker, Tableau, Fivetran, and more). Use this to explore what a specific BI or ingestion tool brings into the catalog.Empty views mean nothing has been indexed yet for that view. The Project, Database, and Assets views populate after your first Bolt production run; the Integrations view populates once you’ve connected an integration.