Skip to content

Remove deprecated TaskMixin class - #41394

Merged
kaxil merged 1 commit into
apache:mainfrom
astronomer:remove-taskmixin
Aug 12, 2024
Merged

Remove deprecated TaskMixin class#41394
kaxil merged 1 commit into
apache:mainfrom
astronomer:remove-taskmixin

Conversation

@kaxil

Copy link
Copy Markdown
Member

The airflow.models.taskMixin.TaskMixin class has been removed. It was previously deprecated in favor of the airflow.models.taskMixin.DependencyMixin class.


^ 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.rst or {issue_number}.significant.rst, in newsfragments.

@kaxil
kaxil requested review from XD-DENG and ashb as code ownersAugust 12, 2024 00:34
@kaxilkaxil added the airflow3.0:breaking Candidates for Airflow 3.0 that contain breaking changes label Aug 12, 2024
@kaxilkaxil added this to the Airflow 3.0.0 milestone Aug 12, 2024
@kaxil
kaxil requested a review from Lee-WAugust 12, 2024 01:17

@Lee-WLee-W left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If TaskMixin is removed, should we update the comments in

"""Required by TaskMixin."""
as well?

The ``airflow.models.taskMixin.TaskMixin`` class has been removed. It was previously
deprecated in favor of the ``airflow.models.taskMixin.DependencyMixin`` class.
@kaxil
kaxil requested a review from uranusjr as a code ownerAugust 12, 2024 01:51
@kaxil

Copy link
Copy Markdown
MemberAuthor

If TaskMixin is removed, should we update the comments in

"""Required by TaskMixin."""

as well?

Done

@kaxil
kaxil merged commit 61a181f into apache:mainAug 12, 2024
@kaxil
kaxil deleted the remove-taskmixin branch August 12, 2024 02:31
romsharon98 pushed a commit to romsharon98/airflow that referenced this pull request Aug 20, 2024
The ``airflow.models.taskMixin.TaskMixin`` class has been removed. It was previously
deprecated in favor of the ``airflow.models.taskMixin.DependencyMixin`` class.
@Lee-WLee-W mentioned this pull request Aug 21, 2024
2 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

airflow3.0:breakingCandidates for Airflow 3.0 that contain breaking changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@kaxil@Lee-W