Create dbt-Snowflake Virtual Environment
About this task
Execute the following commands to create and configure the Snowflake dbt environment:
python3 -m venv ~/snowflake
~/snowflake/bin/pip install --upgrade pip
~/snowflake/bin/pip install --no-cache-dir dbt-core==1.11.7 dbt-snowflake==1.11.4
Results
Verification
~/snowflake/bin/dbt --version
Expected versions:
| Component | Version |
|---|---|
| dbt-core | 1.11.7 |
| dbt-snowflake | 1.11.4 |