From f4b29330a47b75546b59cef6a5fa024124b308a0 Mon Sep 17 00:00:00 2001 From: Hassan Date: Mon, 23 Sep 2024 12:24:07 -0500 Subject: [PATCH] fix: fix variable name. --- dataeng/resources/snowflake-schema-builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dataeng/resources/snowflake-schema-builder.sh b/dataeng/resources/snowflake-schema-builder.sh index e47689ea0..1cc880894 100644 --- a/dataeng/resources/snowflake-schema-builder.sh +++ b/dataeng/resources/snowflake-schema-builder.sh @@ -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