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

fix: extraPipPackages values for airflow 2.9.0+ #858

Conversation

thesuperzapper
Copy link
Member

What issues does your PR fix?

What does your PR do?

This PR fixes the extraPipPackages values in Airflow 2.9.0+

This was needed because upstream airflow changed to using Virtual Environments for Python in their Docker images (apache/airflow#37796), and those don't support the --user flag with pip install.

Checklist

For all Pull Requests

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
@thesuperzapper thesuperzapper added this to the airflow-8.9.0 milestone Apr 30, 2024
@thesuperzapper thesuperzapper added the status/ready-to-merge status - this will be merged into next release label May 1, 2024
@thesuperzapper thesuperzapper merged commit d4624fa into airflow-helm:main May 1, 2024
3 checks passed
@thesuperzapper thesuperzapper deleted the fix-extra-pip-packages-2.9.0 branch May 1, 2024 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/ready-to-merge status - this will be merged into next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sync airflow.users does not work in airflow 2.9.0+
1 participant