This commit is contained in:
Pablo Martin 2023-11-03 10:26:11 +01:00
parent 045ce1ec45
commit 3fce12819b
4 changed files with 35 additions and 2 deletions

View file

@ -80,4 +80,31 @@ You can also define your own custom generic tests.
- Macros are jinja templates.
- There are many built-in macros in dbt, but you can also use your own macros.
- dbt packages exist and you can use them to have more tests and macros that you can use.
- dbt packages exist and you can use them to have more tests and macros that you can use.
## Documentation
- Documentation is kept in the repo (yay)
- Documentation can be defined in yaml files or in standalone markdown files. For example, the landing page can be customized with an `overview.md` file.
- Documentation can be quick-served with dbt, but ideally you should compile it and serve it with a regular web server, like Nginx.
-