Skip to content

Commit

Permalink
fix: fix variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanJaveed84 committed Sep 23, 2024
1 parent 96cf0b3 commit f4b2933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataeng/resources/snowflake-schema-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex
# Creating python 3.11 virtual environment to run schema builder
PYTHON311_VENV="py311_venv"
virtualenv --python=python3.11 --clear "${PYTHON311_VENV}"
source "${PYTHON38_VENV}/bin/activate"
source "${PYTHON311_VENV}/bin/activate"

# Setup
cd $WORKSPACE/warehouse-transforms
Expand Down

0 comments on commit f4b2933

Please sign in to comment.