Documentation
Learn how to create and host a documentation website.
We'll cover the following...
We'll cover the following...
Overview of documentation
dbt provides the option to render documentation as a website.
The website includes useful features, such as compiled SQL:
We can also give dbt descriptions for our models and tables:
How to set up documentation
To set up documentation, we need to create some property files and run a series of commands to host our website.
Property files
When setting up documentation, it’s recommended to set up some descriptions in a property file.
Here, we set up a description for all of our models and their ...