File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
docs/Infrastructure_Guide Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments