BIGTOP-4533. Upgrade Airflow to 2.11.0.#1393
Merged
Merged
Conversation
Member
Author
|
smoke-tests of airflow passed on fedora-40-x86_64. |
Member
Author
|
We need the patch of BIGTOP-4531 (#1392) for rockylinux-9 and openeuler-22.03. The added patch1-version-constraint-of-google-re2.diff is applicable even after upgrading AIrflow to 2.11.0. |
Contributor
|
+1, tested on Ubuntu 24.04 (x86_64) with #1392. Thanks @iwasakims. |
iwasakims
added a commit
that referenced
this pull request
Jun 5, 2026
(cherry picked from commit ee03a35)
Member
Author
|
I merged this to branch-3.6 and master. Thanks, @sekikn. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://issues.apache.org/jira/browse/BIGTOP-4533
Since some providers require Airflow 2.11.0+ now, upgrading Airflow to 2.11.0 should resolve issues like BIGTOP-4532.
We can not adopt Airflow 2.11.2 and 2.11.1 since Python 3.9 support was dropped. After upgrading the supported version of Rocky Linux and openEuler, we can upgrade Airflow further. The target version should be Airflow 3 rather than 2 in that case.