Generating documentation site
📖 Scenario: You are working on a data analytics project using dbt (data build tool). To help your team understand the data models and transformations, you want to create a documentation website that shows the details of your dbt models.
🎯 Goal: Build a dbt project that generates a documentation site using the dbt docs generate command and then serves it locally with dbt docs serve.
📋 What You'll Learn
Create a basic dbt project with a sample model
Configure the project with a profile
Run
dbt docs generate to create the documentation siteRun
dbt docs serve to view the documentation site locally💡 Why This Matters
🌍 Real World
Generating documentation sites helps data teams understand data models, lineage, and transformations clearly, improving collaboration and trust in data.
💼 Career
Data analysts, engineers, and scientists use dbt documentation sites to communicate data workflows and ensure data quality in their projects.
Progress0 / 4 steps