docs: fix stale Airflow 2.0 references in dev/README.md#69961
Conversation
|
The three intended corrections look right. Two items called out in #69902 are still unchanged: The large cherry-picker section is already on current 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'
|
Good catches, thank you @Vamsi-klu. Added a follow-up commit that fixes both:
|
Backport successfully created: v3-3-testNote: As of Merging PRs targeted for Airflow 3.X In matter of doubt please ask in #release-management Slack channel.
|
…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>
Closes #69902
Summary
Three stale references in
dev/README.mdleft over from before Airflow 3:airflow/providers/<PROVIDER>which was the Airflow 2 layout. In the Airflow 3 monorepo providers live underproviders/<PROVIDER>/at the repo root.Changes
dev/README.md: three one-line prose fixes, no functional change.