We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e66ce commit 03a8c1dCopy full SHA for 03a8c1d
dataeng/resources/model-transfers.sh
@@ -2,8 +2,8 @@
2
set -ex
3
4
# Creating python 3.12 virtual environment to run dbt warehouse-transform job
5
-PYTHON_VENV="py312_venv"
6
-/opt/python3.12/bin/python3.12 -m virtualenv --python=python3.12 --clear "${PYTHON_VENV}"
+PYTHON_VENV="py311_venv"
+/opt/python3.11/bin/python3.11 -m virtualenv --python=python3.11 --clear "${PYTHON_VENV}"
7
source "${PYTHON_VENV}/bin/activate"
8
9
# Setup
0 commit comments