Skip to content

Commit

Permalink
chore: Update python version for transfer-dbt-models-enterprise job.
Browse files Browse the repository at this point in the history
  • Loading branch information
macdiesel committed Nov 18, 2024
1 parent 8df54b5 commit 73ea0ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dataeng/resources/model-transfers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -ex

# Creating python 3.8 virtual environment to run dbt warehouse-transform job
PYTHON38_VENV="py38_venv"
virtualenv --python=python3.8 --clear "${PYTHON38_VENV}"
source "${PYTHON38_VENV}/bin/activate"
PYTHON_VENV="py312_venv"
virtualenv --python=python3.12 --clear "${PYTHON_VENV}"
source "${PYTHON_VENV}/bin/activate"

# Setup
cd $WORKSPACE/warehouse-transforms
Expand Down

0 comments on commit 73ea0ae

Please sign in to comment.