From 1d957b985d91cc378ea0e48ff667de8aa11e2b77 Mon Sep 17 00:00:00 2001 From: Hassan Date: Thu, 19 Sep 2024 10:55:57 -0500 Subject: [PATCH] chore: use python 3.9 for schema builder --- dataeng/resources/snowflake-schema-builder.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dataeng/resources/snowflake-schema-builder.sh b/dataeng/resources/snowflake-schema-builder.sh index f4eff6820..01814a7a4 100644 --- a/dataeng/resources/snowflake-schema-builder.sh +++ b/dataeng/resources/snowflake-schema-builder.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash set -ex -# Creating python 3.8 virtual environment to run schema builder -PYTHON38_VENV="py38_venv" -virtualenv --python=python3.8 --clear "${PYTHON38_VENV}" +# Creating python 3.9 virtual environment to run schema builder +PYTHON38_VENV="py39_venv" +virtualenv --python=python3.9 --clear "${PYTHON38_VENV}" source "${PYTHON38_VENV}/bin/activate" # Setup