Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion init/venv-dbt-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ echo Beginning venv-dbt-init.sh
### set up dbt environment ###
python3.8 -m pip install --upgrade pip
pip install wheel setuptools --quiet
pip install dbt-core dbt-postgres dbt-snowflake --quiet
pip install dbt-core==1.7.16 dbt-postgres==1.7.16 dbt-snowflake --quiet