Update SQLAlchemy doc link to 2.0 in config.yml#69615
Open
Alwaysgaurav1 wants to merge 1 commit into
Open
Conversation
vincbeck
approved these changes
Jul 8, 2026
This was referenced Jul 8, 2026
vincbeck
requested changes
Jul 8, 2026
| f"Could not get pyproject.toml from {self._commit_ref}[/]" | ||
| ) | ||
| return False | ||
| return "pyproject.toml" in self._files |
Contributor
There was a problem hiding this comment.
Why? Please review (by a human) the code before updating the PR.
Author
There was a problem hiding this comment.
Sorry about that! I ran into a local test failure because of a shallow clone on my machine and ended up pushing my debug workaround by mistake.
I've reverted it now and force-pushed a clean commit with just the config.yml change. I'm renaming the PR title too. Thanks for the catch!"
a7220f0 to
6ca6a08
Compare
6ca6a08 to
251b017
Compare
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.
Description
Updates the remaining SQLAlchemy documentation link in
config.ymlfrom SQLAlchemy 1.4 (en/14) to SQLAlchemy 2.0 (en/20), matching the fact thatairflow-corenow requires SQLAlchemy 2.x.Closes: #69164