Skip to content

Commit a4df6ca

Browse files
adding base dbt docs page
1 parent 20b8ea1 commit a4df6ca

File tree

1 file changed

+21
-0
lines changed
  • docs/Infrastructure_Guide

1 file changed

+21
-0
lines changed

docs/Infrastructure_Guide/dbt.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
weight: 5
3+
---
4+
5+
# 5. dbt
6+
7+
!!! question "What is dbt?"
8+
9+
dbt (data build tool) is a command-line tool that enables data analysts and engineers to transform data
10+
in warehouses using SQL. The tool allows users to write modular SQL queries as "models" that build upon
11+
each other, automatically managing dependencies and enabling version control, testing, and documentation
12+
of data transformations. dbt compiles SQL models into executable queries and runs them in the proper order,
13+
turning raw data into analysis-ready datasets.
14+
15+
View more [about dbt](www.getdbt.com/product/what-is-dbt)
16+
17+
## Installation
18+
19+
## Sources
20+
* [docs](https://docs.getdbt.com/docs/build/sources)
21+
Create a `source.yml` file under the `models/` directory

0 commit comments

Comments
 (0)