-
Notifications
You must be signed in to change notification settings - Fork 40
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
Upgrade to Airflow 2.2.5 #17
Comments
Hey @kijewskimateusz thanks for providing your solution for upgrading Airflow. |
I have been following this Airflow documentation page, which suggests to use already published Apache Airflow image, if you aim to extend image with additional modules. I can see that approach that repository author has taken is described in Customizing the image section. I may be incorrect due to various factors, so please do not take me as single source of truth. |
I see, thanks for clarifying. There is probably more than one way to update Airflow in this scenario depending on your needs 🤷♂️ |
Hello!
Lately, I've been trying to kickstart with my personal Airflow instance using your template, but had to upgrade it to 2.2.5. Successfully, I've succeeded doing so by modifying
Dockerfile
, that I'm sharing below. Maybe that will be useful when you'd decide to upgrade templatePersonally, I've found a little bit difficult to understand code behind make
internal-install-airflow
component, so I'm putting additional Airflow modules intoairflow.requirements.txt
file, but I'm pretty sure that this will work too after providing appropriate airflow and python version in Makefile.The text was updated successfully, but these errors were encountered: