We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96cf0b3 + f4b2933 commit 995301dCopy full SHA for 995301d
dataeng/resources/snowflake-schema-builder.sh
@@ -4,7 +4,7 @@ set -ex
4
# Creating python 3.11 virtual environment to run schema builder
5
PYTHON311_VENV="py311_venv"
6
virtualenv --python=python3.11 --clear "${PYTHON311_VENV}"
7
-source "${PYTHON38_VENV}/bin/activate"
+source "${PYTHON311_VENV}/bin/activate"
8
9
# Setup
10
cd $WORKSPACE/warehouse-transforms
0 commit comments