kyungjunleeme commented on issue #53444:
URL: https://github.com/apache/airflow/issues/53444#issuecomment-3084141073
@kaxil that's okay.
I found the root cause. you mean that you fix it right now? right?
```python
skip_tasks = [
(t.task_id, ti.map_index) for t in downstream_tasks if
t.task_id not in branch_task_id_set
]
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]