[AIP-94] Mark tasks CLI commands as migrated to airflowctl#69274
Open
YAshhh29 wants to merge 3 commits into
Open
[AIP-94] Mark tasks CLI commands as migrated to airflowctl#69274YAshhh29 wants to merge 3 commits into
YAshhh29 wants to merge 3 commits into
Conversation
YAshhh29
requested review from
bugraoz93,
dheerajturaga,
henry3260 and
potiuk
as code owners
July 2, 2026 20:37
|
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
|
bugraoz93
reviewed
Jul 2, 2026
bugraoz93
left a comment
Contributor
There was a problem hiding this comment.
Thrse still need parity in airflowctl. Only a couple left but we should wait those for tasks. Thanks for the PR
Contributor
Author
|
Thanks for the review and the context! That makes sense — I'll keep this PR open so it's ready to merge as soon as the remaining [airflowctl tasks] commands land and parity is complete. Happy to help implement any of those if it'd be useful. |
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.
Add the
@deprecated_for_airflowctlmarker decorator to the 5 tasks CLIcommands that have airflowctl equivalents:
tasks failed-depstasks statetasks listtasks states-for-dag-runtasks clearThis follows the simplified marker-only direction described in #68402
(comment by @bugraoz93) and the same pattern as #68932 (variables) and
#68958 (config).
related: #68402