Update documented tested database versions for Airflow 3.3#70118
Merged
Conversation
The prerequisites doc still listed PostgreSQL 13-17 and omitted MySQL 8.4, while the test matrix and the README had already moved to PostgreSQL 14-18 and MySQL 8.0/8.4. Users reading the prerequisites were told Airflow is tested against a Postgres version it no longer covers, and not told about one it does.
Contributor
|
Hi maintainer, this PR was merged without a milestone set.
|
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.
The
update-tested-versionshook (added in #70109) landed onv3-3-testand immediately caught pre-existing drift:prerequisites.rststill listed PostgreSQL 13-17 and omitted MySQL 8.4, whileglobal_constants.pyandREADME.mdhad already moved to PostgreSQL 14-18 and MySQL 8.0/8.4.Users reading the prerequisites were told Airflow is tested against a Postgres version it no longer covers, and not told about one it does.
This fixes both failing jobs on run 29706531222 —
Basic tests / Scripts tests(test_prerequisites_in_sync) andCI image checks / Static checks— which were the same tripwire seen from two angles. The diff is exactly whatprek run update-tested-versions --all-filesgenerates.Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Opus 4.8) following the guidelines