Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Airflow v2.7.2 support #322

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Airflow v2.7.2 support #322

merged 1 commit into from
Nov 8, 2023

Conversation

rafidka
Copy link
Contributor

@rafidka rafidka commented Nov 8, 2023

Changes for Airflow v2.7.2 support.

@rafidka rafidka changed the base branch from v2.6.3 to v2.7.2 November 8, 2023 22:42
@rafidka rafidka merged commit b44f1fd into aws:v2.7.2 Nov 8, 2023
1 check passed
@@ -20,7 +20,7 @@ ARG SYSTEM_DEPS=""
ARG INDEX_URL=""
ENV AIRFLOW_HOME=${AIRFLOW_USER_HOME}
ENV PATH="$PATH:/usr/local/airflow/.local/bin:/root/.local/bin:/usr/local/airflow/.local/lib/python3.10/site-packages"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rafidka I think you forgot to change the PATH

-ENV PATH="$PATH:/usr/local/airflow/.local/bin:/root/.local/bin:/usr/local/airflow/.local/lib/python3.10/site-packages"
+ENV PATH="$PATH:/usr/local/airflow/.local/bin:/root/.local/bin:/usr/local/airflow/.local/lib/python3.11/site-packages"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a good catch. But is it causing unexpected issues for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants