|
|
|
|
|
by pbowyer
1280 days ago
|
|
Can someone do a better job than the dbt homepage and explain what this is and _why I would need it?_ The pictures show SQL being generated using a templating language - when do I want that? From the other comments it's clearly popular but I've never come across it in use. |
|
Then you progressively clean it and model it into some format that is easily usable for dashboards or self service analytics.
To do that you build a DAG of SQL scripts and dbt makes that easy through templating, macros and automatically generated docs.
You still have to execute the DAG somehow and here you either use their OSS version and schedule it with anything from Github Actions to Airflow, OR you buy their Cloud offering