Skip to content

Commit 995301d

Browse files
Merge pull request #1785 from edx/hassan/fix-schema-builder
fix: fix variable name.
2 parents 96cf0b3 + f4b2933 commit 995301d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataeng/resources/snowflake-schema-builder.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ex
44
# Creating python 3.11 virtual environment to run schema builder
55
PYTHON311_VENV="py311_venv"
66
virtualenv --python=python3.11 --clear "${PYTHON311_VENV}"
7-
source "${PYTHON38_VENV}/bin/activate"
7+
source "${PYTHON311_VENV}/bin/activate"
88

99
# Setup
1010
cd $WORKSPACE/warehouse-transforms

0 commit comments

Comments
 (0)