Conversation
64046c6 to
13118d0
Compare
kaxil
commented
Aug 11, 2024
kaxil
commented
Aug 11, 2024
airflow/providers/fab/auth_manager/security_manager/override.py
Outdated
Show resolved
Hide resolved
e535d08 to
903b20c
Compare
phanikumv
reviewed
Aug 13, 2024
Member
Author
Done, removed |
Contributor
|
Oh, in numer of LoC removed as PR this is a high chance to get PR of the month :-D |
jedcunningham
approved these changes
Aug 13, 2024
potiuk
reviewed
Aug 13, 2024
Member
potiuk
left a comment
There was a problem hiding this comment.
So much complexity removed ... Good job.
Member
Member
Author
eladkal
reviewed
Aug 18, 2024
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 <[email protected]>
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 <[email protected]>
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
Was missed in apache#41390
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
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 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.