Note: Installing the adapter automatically installs dbt-core as a dependency.
During installation, check the box that says "Add Python to PATH." dbt download for windows
You must install dbt-core plus the specific adapter for your database. pip install dbt-snowflake For BigQuery: pip install dbt-bigquery For Redshift: pip install dbt-redshift For PostgreSQL: pip install dbt-postgres For SQL Server: pip install dbt-sqlserver dbt download for windows
You should now see (dbt-env) at the start of your command prompt. dbt download for windows
Essential for version control. Download it from git-scm.com .