Skip to content

docs: fix stale Airflow 2.0 references in dev/README.md#69961

Merged
potiuk merged 3 commits into
apache:mainfrom
nagasrisai:docs/fix-dev-readme-stale-airflow2-refs
Jul 19, 2026
Merged

docs: fix stale Airflow 2.0 references in dev/README.md#69961
potiuk merged 3 commits into
apache:mainfrom
nagasrisai:docs/fix-dev-readme-stale-airflow2-refs

Conversation

@nagasrisai

Copy link
Copy Markdown
Contributor

Closes #69902

Summary

Three stale references in dev/README.md left over from before Airflow 3:

  • Line 45 said the source release builds a "fully-functional Apache Airflow 2.0 package". Updated to remove the version number and fix the grammar.
  • Lines 56-57 said "We also plan to release the official Helm Chart sources". The chart has shipped; reworded to present tense.
  • Line 89 pointed to airflow/providers/<PROVIDER> which was the Airflow 2 layout. In the Airflow 3 monorepo providers live under providers/<PROVIDER>/ at the repo root.

Changes

  • dev/README.md: three one-line prose fixes, no functional change.

@Vamsi-klu

Copy link
Copy Markdown
Contributor

The three intended corrections look right. Two items called out in #69902 are still unchanged: official_source on line 92 and the missing space in "apache-airflow-providers"separately on line 99. Since the PR says it closes that issue, could you include those two small fixes as well?

The large cherry-picker section is already on current main, so it is stale-base noise rather than additional scope. Updating/rebasing the branch would make the displayed diff much clearer. Please also remove the docs: prefix from the PR and commit subjects, per Airflow's title rules. After those small cleanups, this should be straightforward to merge.


Drafted-by: Codex (GPT-5); reviewed by @Vamsi-klu before posting

Two small typos flagged in apache#69902 that were missed in the initial commit:
- Line 92: "official_source releases" -> "official source releases"
- Line 99: '"apache-airflow-providers"separately' -> '"apache-airflow-providers" separately'
@nagasrisai

Copy link
Copy Markdown
Contributor Author

Good catches, thank you @Vamsi-klu. Added a follow-up commit that fixes both:

  • Line 92: "official_source releases""official source releases" (underscore → space)
  • Line 99: "apache-airflow-providers"separately"apache-airflow-providers" separately (added missing space)

@potiuk potiuk added the ready for maintainer review Set after triaging when all criteria pass. label Jul 18, 2026
@potiuk
potiuk merged commit e0cb240 into apache:main Jul 19, 2026
64 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

Backport successfully created: v3-3-test

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-3-test PR Link

potiuk pushed a commit that referenced this pull request Jul 19, 2026
…69961) (#70107)

* docs: fix stale Airflow 2.0 references in dev/README.md

* docs: fix official_source typo and missing space in dev/README.md

Two small typos flagged in #69902 that were missed in the initial commit:
- Line 92: "official_source releases" -> "official source releases"
- Line 99: '"apache-airflow-providers"separately' -> '"apache-airflow-providers" separately'
(cherry picked from commit e0cb240)

Co-authored-by: nagasrisai <59650078+nagasrisai@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-3-test Backport to v3-3-test ready for maintainer review Set after triaging when all criteria pass.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dev README source release section contains stale Airflow 2.0 and provider path references

3 participants