Studium przypadku: budowanie modeli danych e-commerce z dbt
Susan Sun
Freelance Data Scientist
dbt jest stosowany w wielu sektorach:
dbt dobrze integruje się z nowoczesnym stosem technologicznym:


Przykład projektu dbt:

Przegląd poleceń dbt:
# Checks if/where dbt is installed
which dbt
# Checks the version of dbt installed
dbt --version
# Initializes a new dbt project
dbt init <project_name>
# Short for dbt --help
dbt -h
Studium przypadku: budowanie modeli danych e-commerce z dbt