Jump to content

Data build tool: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
ref
Line 18: Line 18:
}}
}}


'''dbt''' is an [[Open-source software|open-source]] command line tool that helps analysts and engineers transform data in their warehouse more effectively.
'''dbt''' is an [[Open-source software|open-source]] command line tool that helps analysts and engineers transform data in their warehouse more effectively.<ref>{{cite book |last1=Atwal |first1=Harvinder |title=Practical DataOps: Delivering Agile Data Science at Scale |date=9 December 2019 |publisher=Apress |isbn=978-1-4842-5104-1 |page=223 |url=https://books.google.co.uk/books?id=ADLDDwAAQBAJ&pg=PA223 |language=en}}</ref>


==Overview==
==Overview==

Revision as of 16:18, 4 November 2021

dbt
Developer(s)dbt-Labs
Initial release[1]
Stable release
0.19.2 / June 29, 2021; 3 years ago (2021-06-29)
Repository
Written inPython
Operating systemMicrosoft Windows, macOS, Linux
Available inPython
TypeData analytics, algorithms
LicenseApache License 2.0
Websitedocs.getdbt.com

dbt is an open-source command line tool that helps analysts and engineers transform data in their warehouse more effectively.[1]

Overview

dbt enables analytics engineers to transform data in their warehouses by simply writing select statements. dbt handles turning these select statements into tables and views. dbt does the transformation (T) in extract, load, transform (ELT) processes – it doesn’t extract or load data, but it’s extremely good at transforming data that’s already loaded into your warehouse. dbt also enables analysts to work more like software engineers, in line with the dbt [Viewpoint](viewpoint).

Developers

dbt-Labs (previously Fishtown Analytics) is on a mission to help analysts create and disseminate organization knowledge. dbt Labs pioneered the practice of analytics engineering, built the primary tool in the analytics engineering toolbox, and has been fortunate enough to see a fantastic community coalesce to help push the boundaries of the analytics engineering workflow. Today there are 5,500 companies using dbt every week, 15,000 folks in the dbt Community Slack, and 1,000 companies paying for dbt Cloud.

Notes

References

  1. ^ Atwal, Harvinder (9 December 2019). Practical DataOps: Delivering Agile Data Science at Scale. Apress. p. 223. ISBN 978-1-4842-5104-1.