Skip to content

Remove unused SimpleTaskInstance #52176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2025
Merged

Conversation

kaxil
Copy link
Member

@kaxil kaxil commented Jun 24, 2025

These isn't used in Airflow 3 and isn't part of public interface.


^ 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 airflow-core/newsfragments.

These isn't used in Airflow 3 and isn't part of public interface.
@ephraimbuddy ephraimbuddy merged commit 00332b4 into apache:main Jun 24, 2025
56 checks passed
@ephraimbuddy ephraimbuddy deleted the remove-simple-ti branch June 24, 2025 18:08
kaxil added a commit to astronomer/airflow that referenced this pull request Jun 24, 2025
I removed SimpleTaskInstance in apache#52176 since it isn't used in Airflow 3. This caused failure in hybrid executors like `LocalKubernetesExecutor` and `CeleryKubernetesExecutor` -- which aren't suported in Airflow 3. Hence we can ignore mypy errors.
kaxil added a commit that referenced this pull request Jun 24, 2025
I removed SimpleTaskInstance in #52176 since it isn't used in Airflow 3. This caused failure in hybrid executors like `LocalKubernetesExecutor` and `CeleryKubernetesExecutor` -- which aren't suported in Airflow 3. Hence we can ignore mypy errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Executors-core LocalExecutor & SequentialExecutor area:serialization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants