Skip to content

Commit

Permalink
chore(pipeline) : Bump airflow to 2.10.1 & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vperron committed Sep 12, 2024
1 parent 79c40b2 commit 34361bb
Show file tree
Hide file tree
Showing 9 changed files with 592 additions and 548 deletions.
2 changes: 1 addition & 1 deletion pipeline/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN "${VIRTUAL_ENV}/bin/python" -m pip install --no-cache-dir -r requirements/ta
########
# This image is the runtime
########
FROM apache/airflow:2.9.3-python3.12 as runtime-image
FROM apache/airflow:2.10.1-python3.12 as runtime-image

ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1
Expand Down
2 changes: 1 addition & 1 deletion pipeline/requirements/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ifeq ($(filter upgrade,$(MAKECMDGOALS)),upgrade)
PIP_COMPILE += --upgrade
endif

AIRFLOW_VERSION := 2.9.3
AIRFLOW_VERSION := 2.10.1
PYTHON_VERSION := 3.12
CONSTRAINTS_FILE_URL := https://raw.githubusercontent.com/apache/airflow/constraints-$(AIRFLOW_VERSION)/constraints-$(PYTHON_VERSION).txt

Expand Down
Loading

0 comments on commit 34361bb

Please sign in to comment.