Uh oh!
There was an error while loading. Please reload this page.
Remove deprecated SubDags - #41390
Merged
Merged
Conversation
kaxil
requested review from
XD-DENG, ashb, bbovenzi, bolkedebruin, ephraimbuddy, hussein-awala, jedcunningham, pierrejeambrun, potiuk, ryanahamilton and uranusjr
as code ownersAugust 11, 2024 23:45
kaxilforce-pushed
the
remove-subdags
branch
2 times, most recently
from
August 11, 2024 23:48
64046c6 to
13118d0Comparekaxil
commented
Aug 11, 2024
Uh oh!
There was an error while loading. Please reload this page.
kaxil
commented
Aug 11, 2024
Uh oh!
There was an error while loading. Please reload this page.
kaxilforce-pushed
the
remove-subdags
branch
2 times, most recently
from
August 12, 2024 00:03
e535d08 to
903b20cComparejscheffl
commented
Aug 13, 2024
Contributor
Oh, in numer of LoC removed as PR this is a high chance to get PR of the month :-D |
Uh oh!
There was an error while loading. Please reload this page.
jedcunningham
approved these changes
Aug 13, 2024
potiuk
reviewed
Aug 13, 2024
potiuk
left a comment
Member
There was a problem hiding this comment.
So much complexity removed ... Good job.
Member
kaxil
commented
Aug 13, 2024
MemberAuthor
eladkal
reviewed
Aug 18, 2024
Uh oh!
There was an error while loading. Please reload this page.
Artuz37 pushed a commit
to Artuz37/airflow
that referenced
this pull request
Aug 19, 2024
This PR removes SubDags in favor of TaskGroups fro Airflow 3.0 Subdags have been removed from the following locations: - CLI - API - ``SubDagOperator`` This removal marks the end of Subdag support across all interfaces. Users should transition to using TaskGroups as a more efficient and maintainable alternative. --------- Co-authored-by: Brent Bovenzi <brent.bovenzi@gmail.com>
43 tasks
romsharon98 pushed a commit
to romsharon98/airflow
that referenced
this pull request
Aug 20, 2024
This PR removes SubDags in favor of TaskGroups fro Airflow 3.0 Subdags have been removed from the following locations: - CLI - API - ``SubDagOperator`` This removal marks the end of Subdag support across all interfaces. Users should transition to using TaskGroups as a more efficient and maintainable alternative. --------- Co-authored-by: Brent Bovenzi <brent.bovenzi@gmail.com>
kaxil added a commit
to astronomer/airflow
that referenced
this pull request
Sep 2, 2024
kaxil added a commit
to astronomer/airflow
that referenced
this pull request
Oct 28, 2024
kaxil added a commit
that referenced
this pull request
Oct 28, 2024
ellisms pushed a commit
to ellisms/airflow
that referenced
this pull request
Nov 13, 2024
2 tasks
kosteev pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
May 27, 2025
Was missed in apache/airflow#41390 GitOrigin-RevId: 7e363c4c695fcff422e41dfa54f40577095f1b97
kosteev pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Sep 22, 2025
Was missed in apache/airflow#41390 GitOrigin-RevId: 7e363c4c695fcff422e41dfa54f40577095f1b97
kosteev pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Oct 20, 2025
Was missed in apache/airflow#41390 GitOrigin-RevId: 7e363c4c695fcff422e41dfa54f40577095f1b97
kosteev pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Feb 26, 2026
Was missed in apache/airflow#41390 GitOrigin-RevId: 7e363c4c695fcff422e41dfa54f40577095f1b97
kosteev pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jul 27, 2026
Was missed in apache/airflow#41390 GitOrigin-RevId: 7e363c4c695fcff422e41dfa54f40577095f1b97
kosteev pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Jul 28, 2026
Was missed in apache/airflow#41390 GitOrigin-RevId: 7e363c4c695fcff422e41dfa54f40577095f1b97
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.
This PR removes SubDags in favor of TaskGroups fro Airflow 3.0
Subdags have been removed from the following locations:
SubDagOperatorThis removal marks the end of Subdag support across all interfaces. Users should transition to using TaskGroups as a more efficient and maintainable alternative.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rstor{issue_number}.significant.rst, in newsfragments.