Skip to content

Commit

Permalink
Merge pull request #1785 from edx/hassan/fix-schema-builder
Browse files Browse the repository at this point in the history
fix: fix variable name.
  • Loading branch information
HassanJaveed84 authored Sep 23, 2024
2 parents 96cf0b3 + f4b2933 commit 995301d
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 995301d

Please sign in to comment.