Align dynamic chain example with preceding static example#69550
Open
jonathankibg wants to merge 1 commit into
Open
Align dynamic chain example with preceding static example#69550jonathankibg wants to merge 1 commit into
jonathankibg wants to merge 1 commit into
Conversation
|
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
|
jonathankibg
force-pushed
the
docs/align-dynamic-chain-example
branch
5 times, most recently
from
July 15, 2026 08:04
dc06d27 to
eb10b9f
Compare
Author
|
Fixed the pre-commit issue as requested. All checks look green except for CodeQL / Tests (AMD) / newsfragment check, which appear to be awaiting maintainer approval to run (standard for external contributors). Let me know if anything else is needed on my end. |
jonathankibg
force-pushed
the
docs/align-dynamic-chain-example
branch
from
July 16, 2026 16:25
eb10b9f to
9e15a2a
Compare
The dynamic example creates five operators whereas the preceding static example chains only four tasks. Update the range so both examples are consistent.
jonathankibg
force-pushed
the
docs/align-dynamic-chain-example
branch
from
July 16, 2026 21:57
9e15a2a to
73752f4
Compare
Author
|
Renamed the PR title and commit message to follow the imperative-mode convention (removed the docs: conventional-commit prefix), as flagged by the CI check. Should be green now. |
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.
This PR fixes a small inconsistency in the
chain()documentation example.The preceding example demonstrates:
which chains four tasks.
However, the equivalent dynamic example immediately below creates five tasks:
This change updates the range to create four operators instead, making both examples equivalent and easier to compare.
This is a documentation-only change and does not affect Airflow behavior.
Was generative AI tooling used to co-author this PR?
Important
🛠️ Maintainer triage note for @jonathankibg · by
@potiuk· 2026-07-11 14:59 UTCHelpful heads-up from the maintainers — please address before this PR can be reviewed (see our Pull Request quality criteria):
The ball is in your court — you've been assigned to this PR. Fix the above, then mark it Ready for review.
Automated triage — may be imperfect; a maintainer takes the next look.