Why documentation makes data discoverable
📖 Scenario: You work in a team that builds data models using dbt. Your team wants to make it easy for everyone to find and understand the data models you create. Good documentation helps with this by explaining what each model does and how to use it.
🎯 Goal: Create a simple dbt model and add documentation to it. Then, configure dbt to generate documentation so that the data models become easy to discover and understand for your team.
📋 What You'll Learn
Create a dbt model file with a simple SQL query
Add a description to the model in the schema.yml file
Configure dbt to generate documentation
Run dbt commands to build and serve the documentation
💡 Why This Matters
🌍 Real World
Teams use dbt documentation to help everyone understand and find data models quickly, improving collaboration and reducing confusion.
💼 Career
Data analysts and engineers often need to document their work so others can trust and use data effectively. Knowing how to document in dbt is a valuable skill.
Progress0 / 4 steps