How to Install dbt on Mac using Brew
Package Information:
Name: dbt
Use: dbt (data build tool) helps analysts write reliable, modular code using a workflow that closely mirrors software development.
URL: https://github.com/fishtown-analytics/dbt
Installation Steps:
- Open Terminal.
- Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install dbt using brew
brew install dbt
dbt is ready to use now!