Skip to content

docs: update SQLAlchemy documentation links from 1.4 to 2.0#69167

Open
kalyanram07 wants to merge 2 commits into
apache:mainfrom
kalyanram07:fix-sqlalchemy-doc-links
Open

docs: update SQLAlchemy documentation links from 1.4 to 2.0#69167
kalyanram07 wants to merge 2 commits into
apache:mainfrom
kalyanram07:fix-sqlalchemy-doc-links

Conversation

@kalyanram07

Copy link
Copy Markdown

This PR updates the outdated SQLAlchemy documentation links across the codebase and documentation files. Since airflow-core now requires SQLAlchemy 2.x, all user- and developer-facing references pointing to the old en/14/ manuals have been updated to point to the current en/20/ documentation tracks.

Closes: #69164

Ensures that developers and users clicking on reference links inside the documentation or code comments are directed to the correct, modern version of the SQLAlchemy documentation matching the active requirements.
Type of Change

  • Documentation

@boring-cyborg

boring-cyborg Bot commented Jun 30, 2026

Copy link
Copy Markdown

Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide
Here are some useful points:

  • Pay attention to the quality of your code (ruff, mypy and type annotations). Our prek-hooks will help you with that.
  • In case of a new feature add useful documentation (in docstrings or in docs/ directory). Adding a new operator? Check this short guide Consider adding an example Dag that shows how users should use it.
  • Consider using Breeze environment for testing locally, it's a heavy docker but it ships with a working Airflow and a lot of integrations.
  • Be patient and persistent. It might take some time to get a review or get the final approval from Committers.
  • Please follow ASF Code of Conduct for all communication including (but not limited to) comments on Pull Requests, Mailing list and Slack.
  • Be sure to read the Airflow Coding style.
  • Always keep your Pull Requests rebased, otherwise your build might fail due to changes not related to your commits.
    Apache Airflow is a community-driven project and together we are making it better 🚀.
    In case of doubts contact the developers at:
    Mailing List: dev@airflow.apache.org
    Slack: https://s.apache.org/airflow-slack

Comment thread airflow-core/docs/howto/set-up-database.rst

@shahar1 shahar1 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!
It's a good start, but by creating the original issue I meant to do a bit more than just replacing 1.4 with 2.0 (I could also do it instead of creating an issue).
We need to actually fact-check that everything in this document is still relevant after the migration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update SQLAlchemy documentation links from 1.4 (en/14) to 2.0 (en/20)

3 participants