Uh oh!
There was an error while loading. Please reload this page.
Remove duplicate "concurrency" from dag details - #54801
Merged
bbovenzi merged 3 commits intoAug 25, 2025
Merged
Conversation
jedcunningham
requested review from
bbovenzi, jscheffl, pierrejeambrun, ryanahamilton and shubhamraj-git
as code ownersAugust 21, 2025 20:30
jedcunningham
commented
Aug 21, 2025
MemberAuthor
I did not remove the translation, should I? That was the only use of that string. |
jscheffl
commented
Aug 21, 2025
Contributor
Yes. But also wondering why do we expose the field additionally in the API? Can this also be deprecated (at least for Airflow 4?) |
jedcunningham
marked this pull request as draft
August 21, 2025 21:20
"Concurrency" is the same as "Max Active Tasks", but is less clear what it actually means, so I've removed it.
jedcunninghamforce-pushed
the
remove_duplicate_dag_details_field
branch
from
August 22, 2025 19:53
042da8e to
cdefd04Comparebbovenzi
commented
Aug 25, 2025
Contributor
Any reason this is still in draft? |
jedcunningham
commented
Aug 25, 2025
MemberAuthor
No, I was waiting to see if tests passed and just forgot. |
jedcunningham
marked this pull request as ready for review
August 25, 2025 18:18
jedcunningham
requested review from
BasPH, Lee-W, bugraoz93, eladkal, ephraimbuddy, hussein-awala, jason810496, kaxil, mobuchowski, potiuk, rawwar, romsharon98, shahar1 and vincbeck
as code ownersAugust 25, 2025 18:18
hussein-awala
approved these changes
Aug 25, 2025
bbovenzi
approved these changes
Aug 25, 2025
Uh oh!
There was an error while loading. Please reload this page.
mangal-vairalkar pushed a commit
to mangal-vairalkar/airflow
that referenced
this pull request
Aug 30, 2025
* Remove duplicate "concurrency" from dag details "Concurrency" is the same as "Max Active Tasks", but is less clear what it actually means, so I've removed it. * Remove `dagDetails.concurrency` translation. * Deprecate the concurrency field in the api
bggwak pushed a commit
to bggwak/airflow
that referenced
this pull request
Sep 2, 2025
* Remove duplicate "concurrency" from dag details "Concurrency" is the same as "Max Active Tasks", but is less clear what it actually means, so I've removed it. * Remove `dagDetails.concurrency` translation. * Deprecate the concurrency field in the api
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 freeto 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.
"Concurrency" is the same as "Max Active Tasks", but is less clear what it actually means, so I've removed it.
New deprecation warning in api docs:
