We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e66ce commit 1a3d8c6Copy full SHA for 1a3d8c6
dataeng/resources/model-transfers.sh
@@ -1,9 +1,9 @@
1
#!/usr/bin/env bash
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}"
+# Creating python 3.11 virtual environment to run dbt warehouse-transform job
+PYTHON_VENV="py311_venv"
+virtualenv --python=python3.11 --clear "${PYTHON_VENV}"
7
source "${PYTHON_VENV}/bin/activate"
8
9
# Setup
0 commit comments