Skip to content
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

Fix short circuit in mapped tasks #44925

Closed
wants to merge 1 commit into from

Conversation

shahar1
Copy link
Contributor

@shahar1 shahar1 commented Dec 13, 2024

closes: #43883


^ 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.

@shahar1 shahar1 requested a review from eladkal December 13, 2024 23:03
@shahar1 shahar1 force-pushed the fix-dtm-short-circuit-main branch from b13c1dc to 9d0aee7 Compare December 13, 2024 23:06
@shahar1 shahar1 force-pushed the fix-dtm-short-circuit-main branch 5 times, most recently from f0ad8dc to a2e62b3 Compare December 14, 2024 20:03
@eladkal eladkal force-pushed the fix-dtm-short-circuit-main branch from a2e62b3 to f76c23e Compare December 31, 2024 18:59
@shahar1
Copy link
Contributor Author

shahar1 commented Feb 7, 2025

Currently blocked as short circuit operators have not been ported yet.
@ashb Is there anyone currently working on it? (I'd be happy to step in if not)

@shahar1 shahar1 marked this pull request as draft February 7, 2025 13:20
@shahar1 shahar1 marked this pull request as ready for review February 7, 2025 13:20
@shahar1 shahar1 force-pushed the fix-dtm-short-circuit-main branch from b1ff583 to c244b26 Compare February 8, 2025 09:22
@shahar1 shahar1 marked this pull request as draft February 8, 2025 09:22
@shahar1
Copy link
Contributor Author

shahar1 commented Feb 8, 2025

Drafting, as I start working on implementing the ShortCircuit operator for Airflow 3.
The contents of this PR might be integrated there already.

@shahar1
Copy link
Contributor Author

shahar1 commented Feb 8, 2025

Will be merged as part of #46584

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MappedTasks don't short-circuit
3 participants