DBT is a data transformation tool often used as T (Transformation) of ELT data paradigm.
Installing DBT on Mac
I used pip
to install DBT on my mac (Python 3.8.12 using pyenv
). I activated virtual environment
pip install dbt-snowflake
Note: I noticed some installation issue when I used Python 3.7.x version.
$ dbt --version
installed version: 1.0.0
latest version: 1.0.0